Guest User

Untitled

a guest
Aug 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. `return &File{fd, name, nil, 0}`
  2.  
  3. `return &File{fd: fd, name: name}`
  4.  
  5. ```
  6. array := [...]string {"a", "b", "c"} // type [3]string
  7. sl := []string {"a", "b", "c"} // type []string
  8. m := map[int]string{Enone: "no error", Eio: "Eio", Einval: "invalid argument"}
  9. ```
Add Comment
Please, Sign In to add comment