mirror of
https://gitee.com/johng/gf
synced 2026-07-03 20:01:04 +08:00
12 lines
120 B
Go
12 lines
120 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
|
|
"github.com/gogf/gf/v2/frame/g"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println(g.Config().Get("none"))
|
|
}
|