Created
August 12, 2012 18:11
-
-
Save svip/3333521 to your computer and use it in GitHub Desktop.
Why does this yield append not used?!
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
mixtypes := []MixType{} | |
for key, value := range(mixAnalysis) { | |
if value > 15 { | |
append(mixtypes, key) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment