-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make field names uniform with type names (#126)
Previously we had declarations like this: Int64Datapoints []*Int64DataPoint The "Datapoints" and "DataPoint" portions use non-uniform cases. Now we have: Int64DataPoints []*Int64DataPoint
- Loading branch information
1 parent
d496c80
commit 2e3afbf
Showing
2 changed files
with
73 additions
and
73 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters