Don't forget about fish vs bash differences

This commit is contained in:
Dmitrii Dolgov 2018-02-09 13:00:35 +01:00
parent fa44674243
commit 36b363b3ce
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ 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: