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

Cannot compile with Golang 1.12.9 #130

Open
prabhash1785 opened this issue Sep 18, 2019 · 0 comments
Open

Cannot compile with Golang 1.12.9 #130

prabhash1785 opened this issue Sep 18, 2019 · 0 comments

Comments

@prabhash1785
Copy link

prabhash1785 commented Sep 18, 2019

I see multiple issues while compiling with 1.12.9

  • utils sub-module is not a module hence it fails to resolve this.
  • logger dependency does not resolve because spacelogger is not a module
  • After fixing above code, compiler fails to resolve Ctx. However I see it compiles for Mac. Wondering if there are any know issues with Linux compilation?
GOOS=linux GOARCH=amd64 go build -v
github.com/spacemonkeygo/openssl
# github.com/spacemonkeygo/openssl
openssl/net.go:24:7: undefined: Ctx
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