Hacker News new | ask | show | jobs
by snovv_crash 599 days ago
What's a better option for linking 3rd party code?
1 comments

Is this a joke? Go has built in support for importing 3rd party code
Go has built-in support for importing Go modules, but the submodule is for a C++ library not a Go module, so your suggestion isn't workable.