50fbc2eec2
* CI: use staticcheck for linting This commit switches the linter for Go code from golint to staticcheck. Golint has been deprecated since last year and staticcheck is a recommended replacement. Signed-off-by: Lucas Servén Marín <lserven@gmail.com> * revendor Signed-off-by: Lucas Servén Marín <lserven@gmail.com> * cmd,pkg: fix lint warnings Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
7 lines
303 B
Plaintext
7 lines
303 B
Plaintext
This package is a copy of cmd/go/internal/robustio.
|
|
It is mostly in sync with upstream according to the last commit we've looked at,
|
|
with the exception of still using I/O functions that work with older Go versions.
|
|
|
|
The last upstream commit we've looked at was:
|
|
06ac303f6a14b133254f757e54599c48e3c2a4ad
|