Skip to content

Instantly share code, notes, and snippets.

@Qs-F
Created December 26, 2015 04:52
Show Gist options
  • Save Qs-F/2cd90ac7911d0c4797ed to your computer and use it in GitHub Desktop.
Save Qs-F/2cd90ac7911d0c4797ed to your computer and use it in GitHub Desktop.
x2.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