go-test-example more details Setup init db sqlite3 test.db < init.sql generate mock go get github.com/golang/mock/mockgen mockgen -destination mock/mailer.go -package mock github.com/bastengao/go-testexample Mailer run test go test