auto generated nested mapping

This commit is contained in:
2022-09-23 20:22:24 +02:00
parent eef48c1d0a
commit b901036467
6 changed files with 1047 additions and 593 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ func main() {
conf.DefineMap("test_map", envconf.TypeInt)
conf.Parse()
conf.Status()
fmt.Println(conf.GetMapMapMapInt("test_map"))
fmt.Println(conf.GetMapMapMapMapMapInt("test_map"))
fmt.Println(conf.GetInt("this_is_a_map"))
}