mirror of
https://gitee.com/johng/gf.git
synced 2024-12-05 05:37:55 +08:00
13 lines
140 B
Go
13 lines
140 B
Go
package main
|
|
|
|
import (
|
|
"gitee.com/johng/gf/g/os/glog"
|
|
)
|
|
|
|
func main() {
|
|
//glog.SetPath("/tmp/")
|
|
glog.Error("This is error!")
|
|
}
|
|
|
|
|