diff --git a/.gx/lastpubver b/.gx/lastpubver deleted file mode 100644 index a145714a94e154c338c2d845be4d3af8c2b37c62..0000000000000000000000000000000000000000 --- a/.gx/lastpubver +++ /dev/null @@ -1 +0,0 @@ -0.1.3: QmQDvJoB6aJWN3sjr3xsgXqKCXf4jU5zdMXpDMsBkYVNqa diff --git a/.travis.yml b/.travis.yml index 4cfe98c2424d60b3a50d870dc0da5df2ee9243ba..5163d693fc757ec0c13d134e9d4cabd6cc7c85d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ env: global: - GOTFLAGS="-race" matrix: - - BUILD_DEPTYPE=gx - BUILD_DEPTYPE=gomod @@ -24,7 +23,6 @@ script: cache: directories: - - $GOPATH/src/gx - $GOPATH/pkg/mod - $HOME/.cache/go-build diff --git a/Makefile b/Makefile deleted file mode 100644 index 2c5fbfe28fed2b798f6170db3bc40aa8778dd576..0000000000000000000000000000000000000000 --- a/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -gx: - go get github.com/whyrusleeping/gx - go get github.com/whyrusleeping/gx-go - -deps: gx - gx --verbose install --global - gx-go rewrite - -publish: - gx-go rewrite --undo diff --git a/README.md b/README.md index d0d3fd7244189fd17d5d1918e533aea9dcd811d7..830cb56268dfeea2be59a486572d3cf4efb8f1cb 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,7 @@ Small note: If editing the Readme, please conform to the [standard-readme](https MIT © Protocol Labs BSD © The Go Authors + +--- + +The last gx published version of this module was: 0.1.3: QmQDvJoB6aJWN3sjr3xsgXqKCXf4jU5zdMXpDMsBkYVNqa diff --git a/package.json b/package.json deleted file mode 100644 index bf5ed0caecd255abb1ba59d86be9e482f18aa994..0000000000000000000000000000000000000000 --- a/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "author": "Stebalien", - "bugs": { - "url": "github.com/libp2p/go-buffer-pool/issues" - }, - "gx": { - "dvcsimport": "github.com/libp2p/go-buffer-pool" - }, - "gxVersion": "0.12.1", - "language": "go", - "license": "MIT+BSD", - "name": "go-buffer-pool", - "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.1.3" -} -