-
Notifications
You must be signed in to change notification settings - Fork 7
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 install with go get (solution) #2
Comments
Oh, right. I havent touched this for a long time... Give me a pull request and I will merge your solution. |
Alright, it's done. |
Thanks! Well, I built it for that purpose, but then my project degenerated into https://github.com/zond/god and I got distracted. If I were to try again I would probably use https://github.com/robertkrimen/otto I think. However, I wanted to run completely untrusted code and I can't figure out how to protect agains fork bombs :/ |
Cool. I'll check out otto but right now gosafe fits the bill, I'll play around and try to sandbox the child processes. :) |
Nice :) Tell me how it goes, and note #1 |
As you stated in the docs, installing via go get doesn't work because of the reference to ./child.
A solution to this would be to refer to child via an absolute path in the import as I've done in my fork: github.com/theDukeW/gosafe/child
The text was updated successfully, but these errors were encountered: