diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-08 13:59:47 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-08 13:59:47 +0000 |
commit | c7fea22a90e879a89b2634e503c1038bba8b33d5 (patch) | |
tree | 7744ef19dfcf0548d26ef8765c2a56ce0af8fd95 /controller | |
parent | 4fc17408a7c62a96fa583bc676db5753ca974eec (diff) | |
download | communique-c7fea22a90e879a89b2634e503c1038bba8b33d5.tar.gz |
update comment
Diffstat (limited to '')
-rw-r--r-- | controller/controller.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/controller/controller.go b/controller/controller.go index 18efb0c..e2b21b8 100644 --- a/controller/controller.go +++ b/controller/controller.go @@ -29,7 +29,6 @@ type Handler struct { handlerCfg config.Handler } -// TODO rename to controller and controller.go type Controller struct { cfg config.Config persister *models.Persister |