diff options
-rw-r--r-- | main.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 { |