Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update example command prompts #222

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can read more in the [Meet Moq blog post](http://bit.ly/meetmoq).
To start using latest released version of Moq, just run:

```
$ go install github.com/matryer/moq@latest
go install github.com/matryer/moq@latest
```

Note that Go 1.18+ is needed for installing from source. For using Moq with
Expand Down Expand Up @@ -56,7 +56,7 @@ It needs to be a path to a directory and not the import statement for a Go packa
In a command line:

```
$ moq -out mocks_test.go . MyInterface
moq -out mocks_test.go . MyInterface
```

In code (for go generate):
Expand Down