rsc / benchstat

Benchstat computes and compares statistics about benchmarks.
BSD 3-Clause "New" or "Revised" License
139 stars 9 forks source link

Expired rsc.io certificate breaks go get rsc.io/benchstat #6

Closed ulikunitz closed 8 years ago

ulikunitz commented 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.

ulikunitz commented 8 years ago

The certificate has been fixed.