Created
June 2, 2019 21:59
-
-
Save jjuliano/375b7f0a01c356918ac0a93f9d9eebf3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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