mirror of
https://gitee.com/johng/gf.git
synced 2024-12-03 12:47:50 +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"))
|
|
}
|