2023-03-12 16:57:46 +08:00

8 lines
69 B
Go

package util
import "fmt"
func Test() {
fmt.Printf("util test")
}