change map offset

This commit is contained in:
2022-03-27 14:32:28 +02:00
parent 4520530b7f
commit 3c23ee5473
2 changed files with 3 additions and 4 deletions

View File

@ -11,7 +11,6 @@ func main() {
conf.DefineMap("test_map", envconf.TypeInt)
conf.Parse()
conf.Status()
fmt.Println(conf)
fmt.Println(conf.GetMapInt("test_map"))
fmt.Println(conf.GetMapMapInt("test_map"))
fmt.Println(conf.GetInt("this_is_a_map"))
}