Versions in this module Expand all Collapse all v0 v0.1.1 Mar 1, 2021 v0.1.0 Mar 1, 2021 Changes in this version + func Decode(data []byte) ([]byte, error) + func DecodeString(data string) ([]byte, error) + func DecodeToString(data string) (string, error) + func Encode(src []byte) []byte + func EncodeFile(path string) ([]byte, error) + func EncodeFileToString(path string) (string, error) + func EncodeString(src string) string + func EncodeToString(src []byte) string + func MustDecode(data []byte) []byte + func MustDecodeString(data string) []byte + func MustDecodeToString(data string) string + func MustEncodeFile(path string) []byte + func MustEncodeFileToString(path string) string