Skip to content

Instantly share code, notes, and snippets.

@Qs-F
Created December 26, 2015 04:57
Show Gist options
  • Save Qs-F/61306b43b7e0f6431137 to your computer and use it in GitHub Desktop.
Save Qs-F/61306b43b7e0f6431137 to your computer and use it in GitHub Desktop.
o2.go
package main
func main() {
var s []int
for _, v := range s {
println(v)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment