remove _test.go

This commit is contained in:
David Dias 2015-11-19 10:30:41 +00:00
parent b1177c0d2f
commit 35a0ea39a3
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.swp
vendor

View File

@ -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/<path of _test.go you want to run>
$ GO15VENDOREXPERIMENT=1 go test ./p2p/<path of folder you want to run>
```
## Interface