Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
b2d738a3
Commit
b2d738a3
authored
Aug 19, 2017
by
David Dias
Browse files
docs: add a note about gxifying deps
parent
564e2ba3
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b2d738a3
...
...
@@ -88,6 +88,20 @@ $ go test ./p2p/<path of module you want to run tests for>
## Development
### Dependencies
While developing, you need to use gx to install and link your dependencies, to do that, run:
```
sh
>
make deps
```
Before commiting and pushing to Github, make sure to rewind the gx'ify of dependencies. You can do that with:
```
sh
>
make publish
```
### Tests
Running of individual tests is done through
`go test <path to test>`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment