Versions in this module Expand all Collapse all v1 v1.1.0 Oct 28, 2023 v1.0.0 Oct 28, 2023 Changes in this version + type Kind int + const Kind1 + const Kind2 + const KindX + func (k *Kind) Scan(scanState fmt.ScanState, verb rune) error + func (k *Kind) UnmarshalText(x []byte) error + func (k Kind) Bytes() []byte + func (k Kind) Defined() bool + func (k Kind) MarshalText() ([]byte, error) + func (k Kind) Next() Kind + func (k Kind) String() string + type StrKind string + const Bang + const Hello + const World + func (s *StrKind) Scan(scanState fmt.ScanState, verb rune) error + func (s *StrKind) UnmarshalText(x []byte) error + func (s StrKind) Bytes() []byte + func (s StrKind) Defined() bool + func (s StrKind) MarshalText() ([]byte, error) + func (s StrKind) Next() StrKind + func (s StrKind) String() string