gf/geg/os/gcfg/gcfg3.go

12 lines
126 B
Go
Raw Normal View History

package main
import (
"fmt"
"gitee.com/johng/gf/g"
)
func main() {
fmt.Println(g.Config().Get("serverpath"))
}