Files
gf/.example/other/test2.go

12 lines
113 B
Go

package main
import "github.com/gogf/gf/os/glog"
func Test() {
}
func main() {
glog.Line().Println("123")
}