jguo Posted on May 15, 2020 Go dependencies management #discuss #go How do you manage your dependencies in go? Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand SteveZhangF SteveZhangF SteveZhangF Follow Joined Jan 7, 2021 • Jan 7 '21 Dropdown menu Copy link Hide After Go1.11, we can use go module for dependencies which make it much more easier. Before it, Dep is a solution. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
After Go1.11, we can use go module for dependencies which make it much more easier. Before it, Dep is a solution.