From 767472565838519832e22f9cec7b77f3d369f48c Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 23 Oct 2019 17:54:57 +0200 Subject: [PATCH] Drop TODO line of solved issue Related to #46 --- internal/cmd/route.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/cmd/route.go b/internal/cmd/route.go index be5ee4d..4c5c877 100644 --- a/internal/cmd/route.go +++ b/internal/cmd/route.go @@ -78,7 +78,6 @@ func init() { command = buf.String() } - // TODO: Read command from parameter, file or stdin if err := client.AddRoute(controlURL, urlPattern, method, entrypoint, command, os.Stdout); err != nil { log.Fatal(err) }