From 83dc2382ea8b2787a1e18998c48c8d11a9be98e5 Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Tue, 22 Mar 2016 10:23:25 +0800 Subject: [PATCH] fix go get path go get https://github.com/pquerna/ffjson package https:/github.com/pquerna/ffjson: "https://" not allowed in import path so we remove the "https://" Signed-off-by: Lai Jiangshan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 17877657b..eb08c0c10 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ test: .govet .golint .gitvalidation .gitvalidation: git-validation -q -run DCO,short-subject -v -range $(EPOCH_TEST_COMMIT)..HEAD -# `go get https://github.com/pquerna/ffjson` +# `go get github.com/pquerna/ffjson` ffjson: cd specs-go/ && ffjson config.go cd specs-go/ && ffjson state.go