Skip to content

Commit

Permalink
Merge pull request HuKeping#32 from HuKeping/cleanup
Browse files Browse the repository at this point in the history
Cleanup: fix go tool vet warnning
  • Loading branch information
HuKeping authored Jul 26, 2019
2 parents 0a70180 + 6e757f6 commit 3825218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example_struct/example_struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

type Var struct {
Expiry time.Time `json:"expiry,omitempty"`
ID string `json:"id",omitempty`
ID string `json:"id,omitempty"`
}

// We will order the node by `Time`
Expand Down

0 comments on commit 3825218

Please sign in to comment.