Skip to content

5imili/hellomock

Repository files navigation

hellomock

install go mock tools

$ go get github.com/golang/mock/gomock
$ go install github.com/golang/mock/mockgen

mockgen

$ mockgen -source=hellomock.go > mock_hellomock/mock_talker.go

test compare

$ go test -v . -run TestCompany_Meeting
$ go test -v . -run TestCompany_Meeting2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages