Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case sensitive keys and section names #11

Open
mikhail-sakhnov opened this issue Jan 30, 2017 · 0 comments
Open

Case sensitive keys and section names #11

mikhail-sakhnov opened this issue Jan 30, 2017 · 0 comments

Comments

@mikhail-sakhnov
Copy link

Now in the library keys and section titles processed with strings.ToLower()

It provides some strange behavior with keys like "testKey" - it would provide look up for key "testKey" in dict but it's been stored as 'testkey'.

It would be better if you either remove ToLower in func (dict Dict) add(section, key, value string) or add ToLower in Get* methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant