From 36b363b3cef5051502fa078bf0d31ec5a97e1055 Mon Sep 17 00:00:00 2001 From: Dmitrii Dolgov Date: Fri, 9 Feb 2018 13:00:35 +0100 Subject: [PATCH] Don't forget about fish vs bash differences --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e1fa0c95..9f87619af 100644 --- a/README.md +++ b/README.md @@ -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: