|
|
|
|
|
by lobster_johnson
4054 days ago
|
|
That's what I'm doing these days. But it's painful. It means I have to run full commands such as "go install <my package>" or "go get <some package>". To install all dependencies, I have to do "go get <my package>". If I want to work on a project that depends on other projects that haven't been pushed to master yet, I have to clone those projects and symlink them in manually. It's pretty painful. Working with certain tools that assume a certain directory structure (protoc, for example, which computes paths relative to your Go root) is also painful. "go build ." does work. "No worse than virtualenv" isn't exactly a rousing endorsement. It's one of the poorer package-management systems out there. Go should be as simple and easy as Bundler. There's no excuse these days, I think. |
|
I did not mean to endorse anything.