Skip to content

Commit

Permalink
gx publish version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed May 13, 2016
1 parent 211096b commit e767486
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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: QmWMKNLGkYJTZ4Tq3DQ8E9j86QaKvGjKgFzvLzGYXvW69Z
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@
"hash": "QmVdtNvi3madh1HtiX4HByrpjQqkkHUYh6DARq2QC6NxXt",
"name": "spdystream",
"version": "0.0.0"
},
{
"author": "whyrusleeping",
"hash": "Qmb1US8uyZeEpMyc56wVZy2cDFdQjNFojAUYVCoo9ieTqp",
"name": "go-stream-muxer",
"version": "1.0.0"
}
],
"gxVersion": "0.7.0",
"language": "go",
"license": "",
"name": "go-smux-spdystream",
"version": "0.0.0"
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion spdystream.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"net"
"net/http"

ss "github.com/docker/spdystream"
smux "github.com/jbenet/go-stream-muxer"
ss "gx/ipfs/QmVdtNvi3madh1HtiX4HByrpjQqkkHUYh6DARq2QC6NxXt/spdystream"
)

var ErrUseServe = errors.New("not implemented, use Serve")
Expand Down

0 comments on commit e767486

Please sign in to comment.