Files
gf/.example/other/test.go

12 lines
128 B
Go

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