Versions in this module Expand all Collapse all v0 v0.0.2 May 22, 2022 v0.0.1 May 22, 2022 Changes in this version + type EncodingUtil struct + func (e *EncodingUtil) DecodeBase64(str string) (string, error) + func (e *EncodingUtil) DecodeBase64URL(str string) (string, error) + func (e *EncodingUtil) DecodeHex(str string) (string, error) + func (e *EncodingUtil) EncodeBase64(src []byte) string + func (e *EncodingUtil) EncodeBase64Str(src string) string + func (e *EncodingUtil) EncodeBase64URL(str string) string + func (e *EncodingUtil) EncodeHex(src []byte) string + func (e *EncodingUtil) EncodeHexStr(str string) string