What version of Go are you using (go version)?
go version go1.10.4 linux/amd64
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env)?
linux-amd64
What did you do?
go get golang.org/x/tools/cmd/godoc
What did you expect to see?
(nothing)
What did you see instead?
package golang.org/x/tools/cmd/godoc: unrecognized import path "golang.org/x/tools/cmd/godoc" (https fetch: Get https://golang.org/x/tools/cmd/godoc?go-get=1: x509: failed to load system roots and no roots provided)
Reason
Under TinyCore, the files are installed under /usr/local/etc/ssl/certs rather than /etc/ssl/certs.
It would be nice if both locations would be accepted (it is allowed, under the File Hierarchy Standard) ?
What version of Go are you using (
go version)?go version go1.10.4 linux/amd64Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env)?linux-amd64
What did you do?
go get golang.org/x/tools/cmd/godocWhat did you expect to see?
(nothing)
What did you see instead?
package golang.org/x/tools/cmd/godoc: unrecognized import path "golang.org/x/tools/cmd/godoc" (https fetch: Get https://golang.org/x/tools/cmd/godoc?go-get=1: x509: failed to load system roots and no roots provided)Reason
Under TinyCore, the files are installed under
/usr/local/etc/ssl/certsrather than/etc/ssl/certs.It would be nice if both locations would be accepted (it is allowed, under the File Hierarchy Standard) ?