GoMock is a mocking framework for the Go programming language.
GoMock is a mocking framework for the Go programming language. It integrates well with Go's built-in testing package, but can be used in other contexts too.
GoMock is a mocking framework for the Go programming language. It integrates well with Go's built-in testing package, but can be used in other contexts too.
To install go-mockgen, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install go-mockgen
To see what files were installed by go-mockgen, run:
port contents go-mockgen
To later upgrade go-mockgen, run:
sudo port selfupdate && sudo port upgrade go-mockgen
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.