gf/geg/other/test.go

9 lines
110 B
Go

package main
import (
"gitee.com/johng/gf/g/os/glog"
)
func main() {
glog.Error("发生错误!")
}