mirror of
https://gitee.com/johng/gf
synced 2026-07-07 14:25:17 +08:00
10 lines
157 B
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"))
|
|
} |