Skip to content

Commit b67e0df

Browse files
authored
Reconnect (#1)
* Implement reconnection * Update makefile and dependencies
1 parent 8946f10 commit b67e0df

File tree

2,595 files changed

+126
-632112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,595 files changed

+126
-632112
lines changed

Gopkg.lock

Lines changed: 9 additions & 111 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ test.setup:
4848
@go get github.com/golang/dep/cmd/dep
4949
@echo "==> Install golint"
5050
@go get github.com/golang/lint
51+
@echo "==> Install go-bin"
52+
@go get -u github.com/jteeuwen/go-bindata/...
5153
@echo "==> Install dependencies"
5254
@dep ensure
5355

0 commit comments

Comments
 (0)