since go-ini already support {AllowShadows: true}
I wish to could map to structure directly
example {AllowShadows: true}
[Note]
typ = normal
Number=1,2
Number=3,4
Number = []string{"1,2","3,4"} or Number = []string{"1","2","3","4"}
I could accept these 2 above
since go-ini already support {AllowShadows: true}
I wish to could map to structure directly
example {AllowShadows: true}
[Note]
typ = normal
Number=1,2
Number=3,4
Number = []string{"1,2","3,4"} or Number = []string{"1","2","3","4"}
I could accept these 2 above