From efc54907a01c55aa6bc679a6e4c05d99e63b1a16 Mon Sep 17 00:00:00 2001 From: Vladimir Babin Date: Sun, 7 Oct 2018 18:18:18 +0500 Subject: [PATCH] Unificated path to package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9478d2..4a36805 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ export WP_API_URL=http://192.168.99.100:32777/wp-json/wp/v2 export WP_USER= export WP_PASSWD= -cd /github.com/sogko/go-wordpress +cd $GOPATH/src/github.com/sogko/go-wordpress go test ```