From fa44674243f1c160d1801acb776ddf63efe60385 Mon Sep 17 00:00:00 2001 From: Dmitrii Dolgov Date: Fri, 9 Feb 2018 11:38:04 +0100 Subject: [PATCH] Add $ sign --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4a829f0c..4e1fa0c95 100644 --- a/README.md +++ b/README.md @@ -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: