Hacker News new | ask | show | jobs
by shadowgovt 1537 days ago
I believe Go supports DI via Wire (https://github.com/google/wire).
1 comments

Go supports DI by allowing functions with arguments :) Every language with functions supports DI. Wire is just a code-generator version of automatic DI.