Skip to content

Commit

Permalink
Fix missing colon in json timestamp in log buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
kanisiuskenneth committed Aug 21, 2018
1 parent f556b97 commit 289b69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buffer/log_buffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type StoreLog struct {
Path string `json:"path"`
Code string `json:"code"`
Count int `json:"count"`
Timestamp string `json"timestamp"`
Timestamp string `json:"timestamp"`
}

type Buffer interface {
Expand Down

0 comments on commit 289b69e

Please sign in to comment.