Y
Hacker News
new
|
ask
|
show
|
jobs
by
christophilus
313 days ago
I love it because the average Go project has so few dependencies.
2 comments
jen20
313 days ago
While I agree, one thing that would really help there is the notion of test dependencies separate from ones that will end up in a production binary.
Testify in particular is widely used in tests yet pulls in an entire YAML parser.
link
lenkite
312 days ago
Only if you are not using Kubernetes.
link
Testify in particular is widely used in tests yet pulls in an entire YAML parser.