Commit 52957a02 authored by Raúl Kripalani's avatar Raúl Kripalani

farewell gx; thanks for serving us well.

parent de9f21a5
1.0.3: QmNzEyX7vjWiqinyLeavcAF1oegav6dZ1aQpAkYvG9m5Ze
...@@ -10,7 +10,6 @@ env: ...@@ -10,7 +10,6 @@ env:
global: global:
- GOTFLAGS="-race" - GOTFLAGS="-race"
matrix: matrix:
- BUILD_DEPTYPE=gx
- BUILD_DEPTYPE=gomod - BUILD_DEPTYPE=gomod
...@@ -24,7 +23,6 @@ script: ...@@ -24,7 +23,6 @@ script:
cache: cache:
directories: directories:
- $GOPATH/src/gx
- $GOPATH/pkg/mod - $GOPATH/pkg/mod
- $HOME/.cache/go-build - $HOME/.cache/go-build
......
all: build
deps:
go get ./...
build:
go build
install: build
go install
watch:
-make build
@echo "[watching *.go for recompilation]"
# for portability, use watchmedo -- pip install watchmedo
@watchmedo shell-command --patterns="*.go;" --recursive \
--command='make build' .
...@@ -15,3 +15,7 @@ Godoc: ...@@ -15,3 +15,7 @@ Godoc:
- sockaddr - http://godoc.org/github.com/libp2p/go-sockaddr - sockaddr - http://godoc.org/github.com/libp2p/go-sockaddr
- sockaddr/net - http://godoc.org/github.com/libp2p/go-sockaddr/net - sockaddr/net - http://godoc.org/github.com/libp2p/go-sockaddr/net
---
The last gx published version of this module was: 1.0.3: QmNzEyX7vjWiqinyLeavcAF1oegav6dZ1aQpAkYvG9m5Ze
{
"author": "jbenet",
"bugs": {},
"gx": {
"dvcsimport": "github.com/libp2p/go-sockaddr"
},
"gxDependencies": [
{
"author": "The Go Authors",
"hash": "QmVGjyM9i2msKvLXwh9VosCTgP4mL91kC7hDmqnwTTx6Hu",
"name": "sys",
"version": "0.2.0"
}
],
"gxVersion": "0.11.0",
"issues_url": "",
"language": "go",
"license": "",
"name": "go-sockaddr",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "1.0.3"
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment