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

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.

Only if you are not using Kubernetes.