First returns the first argument, or else a blank string
()
| 10 | Get(n int) string |
| 11 | // First returns the first argument, or else a blank string |
| 12 | First() string |
| 13 | // Tail returns the rest of the arguments (not the first one) |
| 14 | // or else an empty string slice |
| 15 | Tail() []string |
no outgoing calls