aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-06 18:48:12 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-06 18:48:12 +0000
commitca12c0d26c987e67deade02bdf645fda8af30016 (patch)
tree8d9b5d2bbd20150cf89fd9dad072bfc36a037f24 /main.go
parent422f0cc31521745bbf13dffb1ffa2d68aef9eedf (diff)
downloadcommunique-ca12c0d26c987e67deade02bdf645fda8af30016.tar.gz
start of subscriptions
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)