97. Copy link if got, want: A Simple Way to Write Better Go Tests mtlynch.io/if-got-want-improve-go-tests go,programming,testing
49. Copy link On testing Go code using the standard library | Henrique Vicente henvic.dev/posts/testing-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. go,programming,testing
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.