Don't forget about fish vs bash differences
This commit is contained in:
parent
fa44674243
commit
36b363b3ce
|
|
@ -363,7 +363,7 @@ For go 1.9 `vendor` directory would be excluded automatically. For previous
|
||||||
versions you can exclude it manually:
|
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:
|
In case if you need to debug your unit test, it's possible to use delve:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue