diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-06 18:48:12 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-06 18:48:12 +0000 |
commit | ca12c0d26c987e67deade02bdf645fda8af30016 (patch) | |
tree | 8d9b5d2bbd20150cf89fd9dad072bfc36a037f24 /main.go | |
parent | 422f0cc31521745bbf13dffb1ffa2d68aef9eedf (diff) | |
download | communique-ca12c0d26c987e67deade02bdf645fda8af30016.tar.gz |
start of subscriptions
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) |