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

style(server): changed a LeaderInfo struct field from "startTime" to "StartTime" #807

Merged
merged 1 commit into from
Jun 5, 2014
Merged

style(server): changed a LeaderInfo struct field from "startTime" to "StartTime" #807

merged 1 commit into from
Jun 5, 2014

Commits on May 21, 2014

  1. style(server): changed a LeaderInfo struct field from "startTime" to …

    …"StartTime"
    
    Changed the LeaderInfo struct "start time" field from "startTime" to "StartTime" so that it is an exported identifier. This required adding the `json:"startTime"` structure field tag so that the encoding/json package correctly performs JSON encoding (i.e. the correct property name --> startTime).
    marc.barry committed May 21, 2014
    Configuration menu
    Copy the full SHA
    673d907 View commit details
    Browse the repository at this point in the history