Versions in this module Expand all Collapse all v0 v0.5.0 Nov 21, 2024 Changes in this version + func DecodeBinaryStr(binaryStr string) (string, error) + func DecodeHexStr(hexStr string, enc ...encoding.Encoding) (string, error) + func DecodeOctalStr(octalStr string) (string, error) + func EncodeBinaryStr(str string) string + func EncodeHexStr(str string, enc ...encoding.Encoding) (string, error) + func EncodeOctalStr(str string) string