Skip to content

Commit

Permalink
Ensure consistent JSON fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mpraski committed Sep 16, 2022
1 parent 984515e commit 36d8ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datetime/period.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package datetime
import "time"

type Period struct {
Begin time.Time `json:"start" yaml:"start"`
Begin time.Time `json:"begin" yaml:"begin"`
End time.Time `json:"end" yaml:"end"`
}

Expand Down

0 comments on commit 36d8ec6

Please sign in to comment.