aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2017-11-22 19:32:26 -0800
committerÖzgür Kesim <oec@codeblau.de>2017-11-22 19:32:26 -0800
commitb6392e74cec7ee7458f6ece7fa45ef1e4c6933d5 (patch)
treee2346cd917796402ef2dba6816e771d425cdf935 /main.go
parentb333ed97cf7fc38a3a318544f53e1798e3c5d7e4 (diff)
removed shadowing local variable
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index 1b53ecd..9bf538f 100644
--- a/main.go
+++ b/main.go
@@ -138,8 +138,6 @@ func (t Tool) index() func(http.ResponseWriter, *http.Request) {
}
func main() {
- var tools = []Tool{}
-
flag.Parse()
if cfg, err := os.Open(*config); err != nil {