Versions in this module Expand all Collapse all v1 v1.0.0 Sep 8, 2020 Changes in this version + func Decode(dst []byte) ([]byte, error) + func DecodeString(str string) ([]byte, error) + func DecodeToString(str 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