```go import "github.com/shopspring/decimal" type example struct { Decimal decimal.Decimal `json:",omitempty"` //This field is always omitted } ```