package
0.0.0-20240704082632-aef3928b8a38
Repository: https://github.com/savsgio/gotils.git
Documentation: pkg.go.dev
# Functions
AppendDecode appends decoded src to dst using the encoding enc and returns the extended dst
If src contains invalid base64 data, it will return the CorruptInputError.
AppendEncode appends encoded src to dst using the encoding enc and returns the extended dst.