Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
gx publish version 1.0.0, extracted from go-libp2p
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Oct 4, 2016
0 parents commit e34f0d7
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0: QmZNkThpqfVXs9GNbexPrfBbXSLNYeKrE7jwFM2oqHbyqN
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"author": "whyrusleeping",
"bugs": {
"url": "https://github.com/libp2p/go-libp2p-protocol"
},
"gx": {
"dvcsimport": "github.com/libp2p/go-libp2p-protocol"
},
"gxVersion": "0.9.1",
"language": "go",
"license": "",
"name": "go-libp2p-protocol",
"version": "1.0.0"
}

9 changes: 9 additions & 0 deletions protocol.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package protocol

// ID is an identifier used to write protocol headers in streams.
type ID string

// These are reserved protocol.IDs.
const (
TestingID ID = "/p2p/_testing"
)

0 comments on commit e34f0d7

Please sign in to comment.