Versions in this module Expand all Collapse all v0 v0.2.0 Apr 8, 2021 v0.1.0 Jan 26, 2021 Changes in this version + func DecodeNumber64(e byte) (byte, bool) + func EncodeNumber64(n byte) byte + type FlagEncoder struct + func Decode(flags byte, names ...string) *FlagEncoder + func NewFlagEncoder() *FlagEncoder + func (fe *FlagEncoder) Set(name string, value bool) bool + func (fe *FlagEncoder) Sets(values map[string]bool) bool + func (fe FlagEncoder) Encode() byte + func (fe FlagEncoder) Get(name string) (value bool, found bool)