Skip to content

Instantly share code, notes, and snippets.

@jjuliano
Created June 2, 2019 21:59
Show Gist options
  • Save jjuliano/375b7f0a01c356918ac0a93f9d9eebf3 to your computer and use it in GitHub Desktop.
Save jjuliano/375b7f0a01c356918ac0a93f9d9eebf3 to your computer and use it in GitHub Desktop.
var cond bool
for v := range basket {
if cond = basket[v] == true; cond == false {
break
}
}
return cond
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment