8 lines
69 B
Go
8 lines
69 B
Go
package util
|
|
|
|
import "fmt"
|
|
|
|
func Test() {
|
|
fmt.Printf("util test")
|
|
}
|