Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mf
go-multiaddr
Commits
123bf94a
Commit
123bf94a
authored
Sep 16, 2016
by
Richard Littauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed jbenet to multiformats
parent
147dc719
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc.go
doc.go
+1
-1
interface.go
interface.go
+1
-1
No files found.
doc.go
View file @
123bf94a
...
@@ -3,7 +3,7 @@ Package multiaddr provides an implementation of the Multiaddr network
...
@@ -3,7 +3,7 @@ Package multiaddr provides an implementation of the Multiaddr network
address format. Multiaddr emphasizes explicitness, self-description, and
address format. Multiaddr emphasizes explicitness, self-description, and
portability. It allows applications to treat addresses as opaque tokens,
portability. It allows applications to treat addresses as opaque tokens,
and to avoid making assumptions about the address representation (e.g. length).
and to avoid making assumptions about the address representation (e.g. length).
Learn more at https://github.com/
jbenet
/multiaddr
Learn more at https://github.com/
multiformats
/multiaddr
Basic Use:
Basic Use:
...
...
interface.go
View file @
123bf94a
...
@@ -3,7 +3,7 @@ package multiaddr
...
@@ -3,7 +3,7 @@ package multiaddr
/*
/*
Multiaddr is a cross-protocol, cross-platform format for representing
Multiaddr is a cross-protocol, cross-platform format for representing
internet addresses. It emphasizes explicitness and self-description.
internet addresses. It emphasizes explicitness and self-description.
Learn more here: https://github.com/
jbenet
/multiaddr
Learn more here: https://github.com/
multiformats
/multiaddr
Multiaddrs have both a binary and string representation.
Multiaddrs have both a binary and string representation.
...
...
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