You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.
it seems rsc.io/pdf can not be retrieved with go get (short of using the -insecure flag):
$ go get -v -u rsc.io/pdf
Fetching https://rsc.io/pdf?go-get=1
https fetch failed: Get https://rsc.io/pdf?go-get=1: x509: certificate signed by unknown authority
package rsc.io/pdf: unrecognized import path "rsc.io/pdf" (https fetch: Get https://rsc.io/pdf?go-get=1: x509: certificate signed by unknown authority)
could this be fixed?
-s
The text was updated successfully, but these errors were encountered:
sbinet
added a commit
to sbinet-gonum/plot
that referenced
this issue
Apr 7, 2016
while the `go get rsc.io/pdf` failure is fixed upstream
(rsc/pdf#4), check out manually the repository from github and put it
in the correct place under $GOPATH.
hi,
it seems
rsc.io/pdf
can not be retrieved withgo get
(short of using the-insecure
flag):could this be fixed?
-s
The text was updated successfully, but these errors were encountered: