Skip to content

Commit 826d8a8

Browse files
Novgorodov Igor, PMK-TV-OPNovgorodov Igor, PMK-TV-OP
Novgorodov Igor, PMK-TV-OP
authored and
Novgorodov Igor, PMK-TV-OP
committed
Move to go modules, add packages, update README
1 parent 26106ae commit 826d8a8

13 files changed

+464
-490
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ psql-streamer
22
psql-streamer.exe
33
vendor*
44
*.coverprofile
5+
*.rpm
6+
*.deb

.travis.yml

-6
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ language: go
33
go:
44
- 1.x
55

6-
env:
7-
- DEP_VERSION=0.5.1
8-
96
before_install:
10-
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
11-
- chmod +x $GOPATH/bin/dep
127
- go get github.com/mattn/goveralls
13-
- dep ensure
148

159
script:
1610
- go test ./... -coverprofile=psql-streamer.coverprofile

Gopkg.lock

-368
This file was deleted.

0 commit comments

Comments
 (0)