Why it\'s not working
func SavePicture(b64 string) { idx := strings.Index(b64, ";base64,") if idx < 0 { panic("InvalidImage") } ImageT