Skip to content

Commit

Permalink
Add $ sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrii Dolgov committed Feb 9, 2018
1 parent 305b77b commit fa44674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,14 +356,14 @@ $ dlv connect 127.0.0.1:DLV_PORT
To run all unit tests, you can simply do:

```
go test ./...
$ go test ./...
```

For go 1.9 `vendor` directory would be excluded automatically. For previous
versions you can exclude it manually:

```
go test (glide novendor)
$ go test (glide novendor)
```

In case if you need to debug your unit test, it's possible to use delve:
Expand Down

0 comments on commit fa44674

Please sign in to comment.