mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
10 lines
88 B
Go
10 lines
88 B
Go
package main
|
|
|
|
import (
|
|
"github.com/gogf/gf/frame/g"
|
|
)
|
|
|
|
func main() {
|
|
g.Cfg().Dump()
|
|
}
|