Files
gf/geg/other/test.go

10 lines
157 B
Go

package main
import (
"fmt"
"gitee.com/johng/gf/g/frame/gins"
)
func main() {
fmt.Println(gins.Config().GetString("database.default.0.host"))
}