Versions in this module Expand all Collapse all v0 v0.0.1 Nov 18, 2024 Changes in this version + type X struct + ByteString string + Named namedSlice + NoConv []int + NoConvNamed []int + Slice []int + func (x *X) Func() []int + func (x *X) UnmarshalJSON(input []byte) error + func (x *X) UnmarshalTOML(unmarshal func(interface{}) error) error + func (x *X) UnmarshalYAML(unmarshal func(interface{}) error) error + func (x X) MarshalJSON() ([]byte, error) + func (x X) MarshalTOML() (interface{}, error) + func (x X) MarshalYAML() (interface{}, error) + type Xo struct + ByteString []byte + Func []replacedInt + Named namedSlice2 + NoConvNamed namedSlice + Slice []replacedInt