qieziStatistics/qieziGo/util/stringUtil.go

8 lines
69 B
Go
Raw Normal View History

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