mirror of
https://gitee.com/johng/gf.git
synced 2024-12-04 21:28:22 +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!")
|
|
}
|
|
|
|
|