# README
basicauth
Simple package GO that takes a username / password combination and returns a basicauth (base64) string
# Functions
BasicAuth takes a username / password as a string and returns a base64 encoded string.
BasicAuthUnsafe takes a username / password as a string and returns a base64 encoded string, however, string length will not be validated.
# Constants
No description provided by the author