package
0.1.1
Repository: https://github.com/gen0cide/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.