package main import ( "git.fanyx.xyz/fanyx/goufy/pkg/config" ) func main() { var c config.AppConfig c.ReadConfig() // fmt.Printf("#%v", c) }