Skip to content

Commit

Permalink
Fix typo with JSON struct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Preetam Jinka committed Mar 1, 2015
1 parent 613ee52 commit a3110e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/flows/flows.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Flow struct {
packets uint64

BytesPerSecond float32 `json:"bytesPerSecond"`
PacketsPerSecond float32 `json:"packetsPerSecond`
PacketsPerSecond float32 `json:"packetsPerSecond"`

lastUpdated time.Time
}
Expand Down

0 comments on commit a3110e4

Please sign in to comment.