Closed ulikunitz closed 8 years ago
go get rsc.io/benchstat fails because the site certificate has expired. Using the insecure flag of go get is a workaround.
go get github.com/rsc/benchstat is no alternative, because go get will load the internal packages from rsc.io again.
The certificate has been fixed.
go get rsc.io/benchstat fails because the site certificate has expired. Using the insecure flag of go get is a workaround.
go get github.com/rsc/benchstat is no alternative, because go get will load the internal packages from rsc.io again.