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

make fewer calls to marshalTags #2130

Merged
merged 2 commits into from
Mar 31, 2015
Merged

make fewer calls to marshalTags #2130

merged 2 commits into from
Mar 31, 2015

Conversation

dgnorton
Copy link
Contributor

No description provided.

@toddboom
Copy link
Contributor

👍
And 💯 more for awesome branch naming.

Fields []*Field `json:"fields"`
Name string `json:"name"`
Tags []map[string]string `json:"tags"`
MarshaledTags []string `json:"marshaledTags"`
Copy link
Contributor

Choose a reason for hiding this comment

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

No need to export this, so perhaps make it marshaledTags so it's clear to the next guy.

Copy link
Contributor

Choose a reason for hiding this comment

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

A comment would also be nice.

@otoolep
Copy link
Contributor

otoolep commented Mar 31, 2015

+1 once we don't export it.

@toddboom toddboom changed the title make less calls to marshalTags make fewer calls to marshalTags Mar 31, 2015
toddboom added a commit that referenced this pull request Mar 31, 2015
@toddboom toddboom merged commit 1b6d185 into master Mar 31, 2015
@toddboom toddboom deleted the fix_mucho_marshaling branch March 31, 2015 23:25
mark-rushakoff pushed a commit that referenced this pull request Jan 11, 2019
fix(http): convert write endpoint error
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

3 participants