Files
gf/.example/os/glog/glog_error.go

12 lines
122 B
Go

package main
import "github.com/gogf/gf/os/glog"
func Test() {
glog.Error("This is error!")
}
func main() {
Test()
}