diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |