7 lines
81 B
Go
7 lines
81 B
Go
package middelware
|
|
|
|
import "fmt"
|
|
|
|
func something() {
|
|
fmt.Println("something")
|
|
}
|