Versions in this module Expand all Collapse all v1 v1.0.20 Feb 9, 2026 Changes in this version + func Base64Decode(s string) ([]byte, error) + func Base64Encode(data []byte) string + func DecodeData(data string, v interface{}) error + func EncodeData(data interface{}) (string, error)