When i use with a specific decoded string
func (*Encoding) Decode
it does give an "illegal base64 data at input byte 344" error.
When i add a padding char to the end of the String it works.
Why is the function no able to do this without them, when there is an private decode function with the comment "decode also assumes len(src)%4==0,
since it is meant for internal use".
Am i doing something wrong?