package
0.0.0-20241223201216-b2272ab2b612
Repository: https://github.com/susmdt/gscript.git
Documentation: pkg.go.dev
# Functions
DecodeBase64 decodes a base64 string and returns a string.
EncodeBase64 takes a string and turns it into a base64 string.
EncodeBytesAsString takes a byte array and returns a string representation.
EncodeStringAsBytes takes a string and returns the bytes that make it.