aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index e5f530a..9e3c6f3 100644
--- a/main.go
+++ b/main.go
@@ -24,6 +24,7 @@ func main() {
// Config
var cfg config.Config
//TODO use a flag here
+ //TODO ensure that handler names only contain AZa-z and '-'
_, err := toml.DecodeFile("sample-config.toml", &cfg)
if err != nil {
log.Fatal(err)