We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Edit .bashrc file before using mockgen
export GOROOT=/usr/local/go export GOPATH=$HOME/go export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
go install go.uber.org/mock/mockgen@latest
link: https://github.com/uber-go/mock
mockgen -source=path/file.go -destination=path/file.go