Hi All
I have this program
http://play.golang.org/p/e5_pnl4S8Y
Shows that If I removed all newlines in the string, It successfully
decode the base64 string, But If I I don't, It will gives "illegal
base64 data at input byte"
Is that supposed behavior?