mirror of
https://gitee.com/johng/gf
synced 2026-07-01 11:29:48 +08:00
13 lines
143 B
Go
13 lines
143 B
Go
package main
|
|
|
|
import (
|
|
"gitee.com/johng/gf/g/os/glog"
|
|
)
|
|
|
|
func main() {
|
|
//glog.SetLogPath("/tmp/")
|
|
glog.Error("This is error!")
|
|
}
|
|
|
|
|