Skip to content

Commit

Permalink
fixed some go vet complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavyHorst committed Nov 2, 2016
1 parent a060722 commit f2ed724
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 14 deletions.
1 change: 1 addition & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func (c *tomlConf) loadGlobals() {

func (c *tomlConf) run(stop chan bool) {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
done := make(chan struct{})

c.loadGlobals()
Expand Down
3 changes: 2 additions & 1 deletion vendor/github.com/HeavyHorst/easyKV/etcd/etcdv2/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/github.com/HeavyHorst/easyKV/etcd/etcdv3/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/HeavyHorst/easyKV/zookeeper/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions vendor/github.com/HeavyHorst/memkv/store.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"revisionTime": "2016-10-29T09:14:51Z"
},
{
"checksumSHA1": "qyS4AVa7/7frUBmhQqXXKXpkzVA=",
"checksumSHA1": "a1vUZ+oUglqASKlkq1ktaHrdwvg=",
"path": "github.com/HeavyHorst/easyKV/etcd/etcdv2",
"revision": "adca76520fe52de7ac553ab23948383ec270aa2a",
"revisionTime": "2016-10-29T09:14:51Z"
"revision": "2ce58dcf5cdf43f30a72a2d7589afc1ad9da7652",
"revisionTime": "2016-11-02T16:29:25Z"
},
{
"checksumSHA1": "h1cVOl5ix6NjOZrtpdURzYwlkM0=",
"checksumSHA1": "g0CzWyAzy+w9NwDdZp2emvbAYV4=",
"path": "github.com/HeavyHorst/easyKV/etcd/etcdv3",
"revision": "adca76520fe52de7ac553ab23948383ec270aa2a",
"revisionTime": "2016-10-29T09:14:51Z"
"revision": "2ce58dcf5cdf43f30a72a2d7589afc1ad9da7652",
"revisionTime": "2016-11-02T16:29:25Z"
},
{
"checksumSHA1": "rBLway9oRJJrrq+whtZkT58LooE=",
Expand All @@ -63,13 +63,13 @@
"revisionTime": "2016-10-27T20:04:33Z"
},
{
"checksumSHA1": "jFwOXMyuvP7lyWmI5qsiFXyHDSE=",
"checksumSHA1": "7cd3dO7sU7pyNX13rb5rROJYYck=",
"path": "github.com/HeavyHorst/easyKV/zookeeper",
"revision": "687cf290039a77b9251b35f243dbfe81861153cf",
"revisionTime": "2016-10-28T16:33:28Z"
"revision": "2ce58dcf5cdf43f30a72a2d7589afc1ad9da7652",
"revisionTime": "2016-11-02T16:29:25Z"
},
{
"checksumSHA1": "NJO5YmTADjqj9WlHBcJ9trlEgNU=",
"checksumSHA1": "Tg1JUqnK1h+xNXsR0SOuGd3dFyo=",
"path": "github.com/HeavyHorst/memkv",
"revision": "78a64d7bd66c44d9757e08569e5681de67030f10",
"revisionTime": "2016-10-19T20:03:58Z"
Expand Down

0 comments on commit f2ed724

Please sign in to comment.