remove _test.go
This commit is contained in:
parent
b1177c0d2f
commit
35a0ea39a3
|
@ -1 +1,2 @@
|
||||||
*.swp
|
*.swp
|
||||||
|
vendor
|
||||||
|
|
|
@ -41,7 +41,7 @@ $ go get github.com/ipfs/go-libp2p
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ cd $GOPATH/src/github.com/ipfs/go-libp2p
|
$ 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
|
## Interface
|
||||||
|
|
Loading…
Reference in New Issue