aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {