Guest User

Untitled

a guest
Jun 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. func getSlice() ([]string, error) {
  2. return []string{"a", "b", "c"}
  3. }
  4.  
  5. for _, letter := range getSlice() {} //how should it be done here?
Add Comment
Please, Sign In to add comment