Hacker News new | ask | show | jobs
by ajcodez 2883 days ago
Dep is awesome from the user perspective. You just type > dep ensure and it works and it’s fast.
2 comments

So is GO111MODULE. You just type `go build` and it resolves dependencies as part of the build. It's even one less step than `dep ensure`.
Idk about fast... Not to mention the incomprehensible errors.