mirror of
https://gitee.com/johng/gf
synced 2026-06-25 01:05:41 +08:00
12 lines
117 B
Go
12 lines
117 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
|
|
"github.com/gogf/gf/frame/g"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println(g.Config().Get("none"))
|
|
}
|