* go mod init; rm -rf vendor * tweak proto files and generation * go mod vendor * clean up build.go * protobuf literals in tests * downgrade gogo/protobuf
This commit is contained in:
13
vendor/github.com/jackpal/gateway/.travis.yml
generated
vendored
Normal file
13
vendor/github.com/jackpal/gateway/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.6.2
|
||||
- tip
|
||||
|
||||
allowed_failures:
|
||||
- go: tip
|
||||
|
||||
install:
|
||||
- go get -d -v ./... && go install -race -v ./...
|
||||
|
||||
script: go test -race -v ./...
|
||||
18
vendor/github.com/jackpal/gateway/README.md
generated
vendored
Normal file
18
vendor/github.com/jackpal/gateway/README.md
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# gateway
|
||||
|
||||
A simple library for discovering the IP address of the default gateway.
|
||||
|
||||
|
||||
[](https://travis-ci.org/jackpal/gateway)
|
||||
|
||||
Provides implementations for:
|
||||
|
||||
+ FreeBSD
|
||||
+ Linux
|
||||
+ OS X (Darwin)
|
||||
+ Solaris
|
||||
+ Windows
|
||||
|
||||
Other platforms use an implementation that always returns an error.
|
||||
|
||||
Pull requests for other OSs happily considered!
|
||||
Reference in New Issue
Block a user