gf/.example/other/test.go

10 lines
88 B
Go

package main
import (
"github.com/gogf/gf/frame/g"
)
func main() {
g.Cfg().Dump()
}