mirror of
https://gitee.com/johng/gf.git
synced 2024-12-05 21:59:05 +08:00
9 lines
110 B
Go
9 lines
110 B
Go
package main
|
|
|
|
import (
|
|
"gitee.com/johng/gf/g/os/glog"
|
|
)
|
|
|
|
func main() {
|
|
glog.Error("发生错误!")
|
|
} |