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

Add gomodule support #29

Closed
lu4p opened this issue Nov 5, 2019 · 3 comments
Closed

Add gomodule support #29

lu4p opened this issue Nov 5, 2019 · 3 comments

Comments

@lu4p
Copy link
Contributor

lu4p commented Nov 5, 2019

No description provided.

@cretz
Copy link
Owner

cretz commented Nov 5, 2019

Can you clarify this request? The only Go in this repository (not counting the test) is a build script which is just a cross-platform Makefile of sorts that can be executed with go run and only uses stdlib packages. This repository is for building the Tor lib statically that can be used in any project, not just Go ones...it won't be go getable because it has to do too much on build and has too many prereqs.

@lu4p
Copy link
Contributor Author

lu4p commented Nov 5, 2019

Looked into it a little more the tor-static files just need to go into this directory ~/go/pkg/mod/github.com/cretz/tor-static to support go modules

@lu4p
Copy link
Contributor Author

lu4p commented Nov 5, 2019

Submitted a pull request to bine cretz/bine#34 to make this clear in the documentation.

@lu4p lu4p closed this as completed Nov 5, 2019
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

2 participants