mirror of
https://gitee.com/johng/gf
synced 2026-07-06 21:45:34 +08:00
12 lines
113 B
Go
12 lines
113 B
Go
package main
|
|
|
|
import "github.com/gogf/gf/os/glog"
|
|
|
|
func Test() {
|
|
|
|
}
|
|
|
|
func main() {
|
|
glog.Line().Println("123")
|
|
}
|