Versions in this module Expand all Collapse all v1 v1.3.0 Mar 24, 2023 v1.2.0 Mar 21, 2023 Changes in this version + type Int struct + func NewInt(i int) *Int + func NewNilInt() *Int + func (i *Int) Int() int + func (i *Int) IntOrDefault(v int) int + func (i *Int) MarshalJSON() ([]byte, error) + func (i *Int) Set() bool + func (i *Int) String() string + func (i *Int) UnmarshalJSON(data []byte) error