Drop TODO line of solved issue

Related to #46
This commit is contained in:
pancho horrillo
2019-10-23 17:54:57 +02:00
parent f4b9a96a06
commit 7674725658
-1
View File
@@ -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)
}