Login
From:
henvic.dev
(Uncensored)
subscribe
On testing Go code using the standard library | Henrique Vicente
https://henvic.dev/posts/testing-go/
links
backlinks
Tagged with:
go
Roast topics
Find topics
Find it!
Most programming language ecosystems provide assert functions in their testing libraries but not Go's. Go's standard testing package follows a more direct and to-the-point approach.