Skip to content

Commit

Permalink
remove _test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Nov 19, 2015
1 parent b1177c0 commit 35a0ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.swp
vendor
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35a0ea3

Please sign in to comment.