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

Feature/fully lowercase field names #242

Merged
merged 4 commits into from Sep 13, 2016

Conversation

rebeccaskinner
Copy link
Contributor

No description provided.

@@ -28,6 +28,10 @@ import (
// references
var ErrUnresolvable = errors.New("field is unresolvable")

// FieldMapCache caches the results of field map generation to avoid
// recalculating it during execution.
var FieldMapCache = make(map[reflect.Type]map[string]string)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why's this public?

@rebeccaskinner rebeccaskinner merged commit d73211b into master Sep 13, 2016
@rebeccaskinner rebeccaskinner deleted the feature/fully-lowercase-field-names branch September 13, 2016 16:49
BrianHicks pushed a commit that referenced this pull request Dec 22, 2016
…d-names

Feature/fully lowercase field names
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

Successfully merging this pull request may close these issues.

None yet

2 participants