oinume journal

Scratchpad of what I learned

Entries from 2017-04-01 to 1 month

go test in practice

This blog post describes basics and practical examples of go test. Go’s automated test mechanism is well designed and easy to use. I’ll show you some techniques of go test in this article. What is go test go test is a command to run automa…