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

go 1.7 import error #171

Open
mrx23dot opened this issue Mar 28, 2021 · 0 comments
Open

go 1.7 import error #171

mrx23dot opened this issue Mar 28, 2021 · 0 comments

Comments

@mrx23dot
Copy link

The suggested golang 1.7 on Win 64 says
  unrecognized import path "math/bits"

after:
  go get github.com/s-rah/onionscan

Forums suggest 1.10 should fix it.

golang 1.10 fails with 
  # golang.org/x/term
  C:\Go\src\golang.org\x\term\term_unix_aix.go:9:26: undefined: unix.TCGETS
  C:\Go\src\golang.org\x\term\term_unix_aix.go:10:27: undefined: unix.TCSETS

go version go1.6 windows/amd64 fails with

package context: unrecognized import path "context" (import path does not begin with hostname)
package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)

it's really hard to get it running

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