From 35a0ea39a32b565fc4a84e9cdcaf777d4000154c Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 19 Nov 2015 10:30:41 +0000 Subject: [PATCH] remove _test.go --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1377554e..fbf50087 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.swp +vendor diff --git a/README.md b/README.md index e3b7dbd6..54145983 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ $ go get github.com/ipfs/go-libp2p ```bash $ cd $GOPATH/src/github.com/ipfs/go-libp2p -$ GO15VENDOREXPERIMENT=1 go test ./p2p/ +$ GO15VENDOREXPERIMENT=1 go test ./p2p/ ``` ## Interface