Logo credit to golang.org

Automatic Testing in Go

Further adventures with metaprogramming in Go. In which, we build on our Golang metaprogramming tool.

Eric Lang
Published in
30 min readMar 4, 2020

--

This is a follow-on to the last article, Metaprogram in Go, probably start there if you have not read it yet. In this article, we will focus on automatically creating tests for our CRUD api. Recall that we are already automatically making the api…

--

--