Hacker News new | ask | show | jobs
by sooheon 2500 days ago
This is not unique to Go, every language I work with can use dependencies in this way.
2 comments

I guess you don't work with many languages
How about java projects? How can I add a dependency to a project I’m building without it being published to a maven repo, for instance?
> How about java projects? How can I add a dependency to a project I’m building without it being published to a maven repo, for instance?

You can use Gradle, which supports source repositories, instead of Maven:

https://blog.gradle.org/introducing-source-dependencies