|
|
|
|
|
by Xeoncross
1310 days ago
|
|
The constancy in Go makes this better. I have come to expect `r` to be an io.Reader or http.Request depending on context. There are a few interfaces in Go that are used heavily and I don't mind that people often use a single character for them. It's the same thing as everyone using `i` for iterators. |
|
It's all preference, of course.