Created
May 11, 2015 03:08
-
-
Save vaskoz/8eb6cd4e077dc347bff8 to your computer and use it in GitHub Desktop.
Non-DNS Go version
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
ldd test | |
not a dynamic executable |
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
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