Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could not install on wsl windows 10 #15

Open
zawsx opened this issue Dec 15, 2018 · 0 comments
Open

could not install on wsl windows 10 #15

zawsx opened this issue Dec 15, 2018 · 0 comments

Comments

@zawsx
Copy link

zawsx commented Dec 15, 2018

Other go packages install OK
after:
go get github.com/jsha/minica
I get:

package bytes: unrecognized import path "bytes" (import path does not begin with hostname)
package crypto: unrecognized import path "crypto" (import path does not begin with hostname)
package crypto/rand: unrecognized import path "crypto/rand" (import path does not begin with hostname)
package crypto/rsa: unrecognized import path "crypto/rsa" (import path does not begin with hostname)
package crypto/x509: unrecognized import path "crypto/x509" (import path does not begin with hostname)
package crypto/x509/pkix: unrecognized import path "crypto/x509/pkix" (import path does not begin with hostname)
package encoding/hex: unrecognized import path "encoding/hex" (import path does not begin with hostname)
package encoding/pem: unrecognized import path "encoding/pem" (import path does not begin with hostname)
package flag: unrecognized import path "flag" (import path does not begin with hostname)
package fmt: unrecognized import path "fmt" (import path does not begin with hostname)
package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname)
package log: unrecognized import path "log" (import path does not begin with hostname)
package math: unrecognized import path "math" (import path does not begin with hostname)
package math/big: unrecognized import path "math/big" (import path does not begin with hostname)
package net: unrecognized import path "net" (import path does not begin with hostname)
package os: unrecognized import path "os" (import path does not begin with hostname)
package strings: unrecognized import path "strings" (import path does not begin with hostname)
package time: unrecognized import path "time" (import path does not begin with hostname)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant