Y
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
mappu
2882 days ago
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`.
link
nhooyr
2880 days ago
Idk about fast... Not to mention the incomprehensible errors.
link