add constructors
This commit is contained in:
@ -11,7 +11,7 @@ func main() {
|
||||
conf.DefineMap("test_map", envconf.TypeInt)
|
||||
conf.Parse()
|
||||
conf.Status()
|
||||
|
||||
fmt.Println(conf)
|
||||
fmt.Println(conf.GetMapInt("test_map"))
|
||||
fmt.Println(conf.GetInt("this_is_a_map"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user