Versions in this module Expand all Collapse all v0 v0.0.2 Apr 12, 2024 v0.0.1 Jan 2, 2024 Changes in this version + func Base64Decode(encodedStr string) ([]byte, error) + func Base64Encode(decodedStr string) (string, error) + func ConvertFromXMLSafeString(s string) string + func ConvertToXMLSafeString(s string) string + func EnsureXMLSafeString(s string) string