v0.8.1: Fixes bug with `go.tag.json`
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"`