From 668eec13fc295a69124b0e6e4dbcb66d95329c9f Mon Sep 17 00:00:00 2001 From: Manni Wood Date: Sat, 23 Sep 2017 12:07:24 -0400 Subject: [PATCH] Adds `go get github.com/pkg/errors` to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c9a3144..5905bdfa 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ skip tests for connection types that are not configured. To setup the normal test environment, first install these dependencies: + go get github.com/pkg/errors go get github.com/jackc/fake go get github.com/shopspring/decimal go get gopkg.in/inconshreveable/log15.v2