From 8af23348b9e4d7cdcd958f0c4b80b82e95dea6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Thu, 11 Apr 2019 21:11:15 +0100 Subject: [PATCH] farewell gx; thanks for serving us well. --- .gx/lastpubver | 1 - .travis.yml | 2 -- Makefile | 10 ---------- README.md | 4 ++++ package.json | 16 ---------------- 5 files changed, 4 insertions(+), 29 deletions(-) delete mode 100644 .gx/lastpubver delete mode 100644 Makefile delete mode 100644 package.json diff --git a/.gx/lastpubver b/.gx/lastpubver deleted file mode 100644 index a145714..0000000 --- a/.gx/lastpubver +++ /dev/null @@ -1 +0,0 @@ -0.1.3: QmQDvJoB6aJWN3sjr3xsgXqKCXf4jU5zdMXpDMsBkYVNqa diff --git a/.travis.yml b/.travis.yml index 4cfe98c..5163d69 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 2c5fbfe..0000000 --- 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 d0d3fd7..830cb56 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 bf5ed0c..0000000 --- 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" -} - -- GitLab