Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-sockaddr
Commits
52957a02
Commit
52957a02
authored
Apr 11, 2019
by
Raúl Kripalani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
farewell gx; thanks for serving us well.
parent
de9f21a5
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
43 deletions
+4
-43
.gx/lastpubver
.gx/lastpubver
+0
-1
.travis.yml
.travis.yml
+0
-2
Makefile
Makefile
+0
-17
README.md
README.md
+4
-0
package.json
package.json
+0
-23
No files found.
.gx/lastpubver
deleted
100644 → 0
View file @
de9f21a5
1.0.3: QmNzEyX7vjWiqinyLeavcAF1oegav6dZ1aQpAkYvG9m5Ze
.travis.yml
View file @
52957a02
...
...
@@ -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
...
...
Makefile
deleted
100644 → 0
View file @
de9f21a5
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'
.
README.md
View file @
52957a02
...
...
@@ -15,3 +15,7 @@ Godoc:
-
sockaddr - http://godoc.org/github.com/libp2p/go-sockaddr
-
sockaddr/net - http://godoc.org/github.com/libp2p/go-sockaddr/net
---
The last gx published version of this module was: 1.0.3: QmNzEyX7vjWiqinyLeavcAF1oegav6dZ1aQpAkYvG9m5Ze
package.json
deleted
100644 → 0
View file @
de9f21a5
{
"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"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment