Skip to content

bastengao/go-testexample

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published