We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9818c95 commit 1f58a4cCopy full SHA for 1f58a4c
History.md
@@ -1,4 +1,9 @@
1
2
+v1.3.0 / 2016-01-22
3
+==================
4
+
5
+ * add --max-idle
6
7
v1.2.0 / 2016-01-22
8
==================
9
main.go
@@ -16,7 +16,7 @@ import (
16
"github.com/tj/go-gracefully"
17
)
18
19
-var version = "1.2.0"
+var version = "1.3.0"
20
21
const usage = `
22
Usage:
@@ -63,7 +63,7 @@ func main() {
63
if err != nil {
64
log.Fatalf("error parsing arguments: %s", err)
65
}
66
-
67
lookupds := args["--lookupd-http-address"].([]string)
68
channel := args["--channel"].(string)
69
topic := args["--topic"].(string)
0 commit comments