Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update/match go multiaddr #10

Merged
merged 3 commits into from Mar 12, 2016
Merged

update/match go multiaddr #10

merged 3 commits into from Mar 12, 2016

Conversation

daviddias
Copy link
Member

No description provided.

@@ -47,7 +42,7 @@ Multiaddr.prototype.toOptions = function toOptions () {

// get the multiaddr protocols
Multiaddr.prototype.inspect = function inspect () {
return '<Mutliaddr ' +
return '<Multiaddr ' +
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dignifiedquire
Copy link
Member

Would be nice to have CI run on this, no idea if linting + tests are actually passing, but if they do LGTM

@daviddias
Copy link
Member Author

@dignifiedquire agree, I've opened an issue for it, waiting on @jbenet #8

But I can assure you that the tests run on my machine™ :D

daviddias added a commit that referenced this pull request Mar 12, 2016
@daviddias daviddias merged commit 38f4400 into master Mar 12, 2016
@daviddias daviddias deleted the update/match-go-multiaddr branch March 12, 2016 11:31
var convert = require('./convert')
var protocols = require('./protocols')
var varint = require('varint')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, implementation of varints. we should make go-multiaddr have them too.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doesn't go-multiaddr have varints for a long time? -> https://github.com/jbenet/go-multiaddr/blob/master/codec.go#L75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants