mirror of
https://gitee.com/johng/gf.git
synced 2024-12-04 21:28:22 +08:00
12 lines
126 B
Go
12 lines
126 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"fmt"
|
||
|
"gitee.com/johng/gf/g"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
fmt.Println(g.Config().Get("serverpath"))
|
||
|
}
|
||
|
|