Versions in this module Expand all Collapse all v0 v0.0.1 Nov 26, 2021 Changes in this version + type Bytes []byte + func (this *Bytes) UnmarshalJSON(data []byte) error + func (this Bytes) MarshalJSON() ([]byte, error) + type MyFloat32Type float32 + type MyFloat64Type float64 + type MyInt32Type int32 + type MyMapType map[string]uint64 + type MyStringType string + type MyUint64Type uint64