8 lines
69 B
Go
Raw Permalink Normal View History

2023-03-12 16:57:46 +08:00
package util
import "fmt"
func Test() {
fmt.Printf("util test")
}