* 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>
10 lines
459 B
Plaintext
10 lines
459 B
Plaintext
This package started as a copy of golang.org/x/tools/go/ssa, imported from an unknown commit in 2016.
|
|
It has since been heavily modified to match our own needs in an IR.
|
|
The changes are too many to list here, and it is best to consider this package independent of go/ssa.
|
|
|
|
Upstream changes still get applied when they address bugs in portions of code we have inherited.
|
|
|
|
The last upstream commit we've looked at was:
|
|
915f6209478fe61eb90dbe155a8a1c58655b931f
|
|
|