Skip to content

v0.8.1: Fixes bug with `go.tag.json`

Compare
Choose a tag to compare
@VojtechVitek VojtechVitek released this 29 Nov 11:14
· 73 commits to master since this release
9e0555e

Tested with [email protected] ✅ .

Fixes bug with go.tag.json, which rendered duplicated json tags:

-   CreatedAt *time.Time `json:"createdAt" db:"created_at,omitempty" json:"createdAt,omitempty"`
+   UpdatedAt *time.Time `json:"updatedAt,omitempty" db:"updated_at,omitempty"`