Skip to content

Instantly share code, notes, and snippets.

@vaskoz
Created May 11, 2015 03:08
Show Gist options
  • Save vaskoz/8eb6cd4e077dc347bff8 to your computer and use it in GitHub Desktop.
Save vaskoz/8eb6cd4e077dc347bff8 to your computer and use it in GitHub Desktop.
Non-DNS Go version
ldd test
not a dynamic executable
package main
func main() {
data := make([]string, 10)
for i, _ := range data {
data[i] = "foo"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment