Versions in this module Expand all Collapse all v0 v0.2.0 Nov 16, 2020 Changes in this version + func ToBuiltinInt64Slice(slice []Int64) (int64Slice []int64) + type Int64 int64 + func ToInt64Slice(int64Slice []int64) (slice []Int64) + func (i *Int64) UnmarshalJSON(b []byte) (err error) + func (i Int64) MarshalJSON() ([]byte, error)