const alphabet … var bcEncoding … func base64Encode(src []byte) []byte { … } func base64Decode(src []byte) ([]byte, error) { … }
const alphabet … var bcEncoding … func base64Encode(src []byte) []byte { … } func base64Decode(src []byte) ([]byte, error) { … }