0
Q:

grepper easy code snag

# Add an answer to Grepper by google searching a problem
# Then clicking the "Add Grepper Answer" link at the top 
# of your search result, or clicking (a) on your keyboard

# You can also add an answer by doing a google search
# clicking into a search result and typing Ctrl-g or Command-g
# on Mac. If there is a code snippet on the web page, you will
# see the "Easy Code Snag" button and you can click that
# to add an answer. 
25
a := []string{"Foo", "Bar"}
for i, s := range a {
    fmt.Println(i, s)
}

0 Foo
1 Bar
0

New to Communities?

Join the community