Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
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
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.