I finally found the one serene, omnicompetent guru who writes perfect code! Here are her ten secret mantras of Go excellence.
All tagged test coverage
I finally found the one serene, omnicompetent guru who writes perfect code! Here are her ten secret mantras of Go excellence.
The testscript package gives us an easy way to test the behaviour of a Go CLI tool, by executing it as an independent binary. Let’s see how.