mirror of
https://gitee.com/johng/gf.git
synced 2024-12-04 13:18:01 +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()
|
|
}
|