Describe the feature
|
tag := tpField.Tag.Get("ini") |
Please allow the support of custom tag names, such as "json"
Describe the solution you'd like
iniFile.MapTo(xxx, ini.WithMapToOptionTag("json"))
Describe alternatives you've considered
.
Additional context
No response
Code of Conduct
Describe the feature
ini/struct.go
Line 290 in 5a14e18
Please allow the support of custom tag names, such as "json"
Describe the solution you'd like
iniFile.MapTo(xxx, ini.WithMapToOptionTag("json"))
Describe alternatives you've considered
.
Additional context
No response
Code of Conduct