Skip to content

Commit de67c9b

Browse files
committed
remove gx support
1 parent abe95b8 commit de67c9b

File tree

3 files changed

+3
-49
lines changed

3 files changed

+3
-49
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ os:
44
language: go
55

66
go:
7-
- 1.11.x
7+
- 1.12.x
88

99
env:
1010
global:
1111
- GOTFLAGS="-race"
1212
matrix:
13-
- BUILD_DEPTYPE=gx
1413
- BUILD_DEPTYPE=gomod
1514

1615

@@ -24,7 +23,6 @@ script:
2423

2524
cache:
2625
directories:
27-
- $GOPATH/src/gx
2826
- $GOPATH/pkg/mod
2927
- /home/travis/.cache/go-build
3028

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# go-multiaddr-net
22

3-
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
3+
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai)
44
[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](https://github.com/multiformats/multiformats)
55
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipfs)
66
[![](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
@@ -35,21 +35,7 @@ Note that `go-multiaddr-net` is packaged with Gx, so it is recommended to use Gx
3535

3636
## Usage
3737

38-
This module is packaged with [Gx](https://github.com/whyrusleeping/gx). In order to use it in your own project do:
39-
40-
```sh
41-
go get -u github.com/whyrusleeping/gx
42-
go get -u github.com/whyrusleeping/gx-go
43-
cd <your-project-repository>
44-
gx init
45-
gx import github.com/multiformats/go-multiaddr-net
46-
gx install --global
47-
gx-go --rewrite
48-
```
49-
50-
Please check [Gx](https://github.com/whyrusleeping/gx) and [Gx-go](https://github.com/whyrusleeping/gx-go) documentation for more information.
51-
52-
For further usage, see the docs:
38+
See the docs:
5339

5440
- `multiaddr/net`: https://godoc.org/github.com/multiformats/go-multiaddr-net
5541
- `multiaddr`: https://godoc.org/github.com/multiformats/go-multiaddr

package.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)