Closed piotrkowalczuk closed 5 years ago
There hasn't been an outage in gopkg.in for a very long time.
For now we'll use Go modules in addition to gopkg.in, not instead of.
Note that there was a major outage in GitHub itself yesterday:
@niemeyer Something is clearly wrong here. My project uses modules as well. Once I add check "gopkg.in/check.v1"
import go install
fails with error:
build xxxx: cannot find module for path gopkg.in/check.v1
Gopkg.in is down for a few days already. This PR introduces v2 sub-module that can be imported like
github.com/go-check/check/v2
.Additionally, it brings some linting/static analysis fixes for problems reported by
staticcheck
,unused
,gosimple
andgo vet
.