package
0.0.0-20240224184043-606539190938
Repository: https://github.com/pascal-0x90/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.