summaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-01-01 11:03:51 +0100
committerThomas Voss <mail@thomasvoss.com> 2025-01-01 11:03:51 +0100
commit6723c30ec51b1e6bae44e41bd9dddb3ab423bd6c (patch)
treefe6004f303e438b25ab81dbb975668f745e6640f /main.go
parent1b29c79144254e726f5d1f3c5be11ee5658a1e8c (diff)
Add some TODOs
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index 5bf0a51..3207f64 100644
--- a/main.go
+++ b/main.go
@@ -1,5 +1,8 @@
package main
+/* TODO: Customize logger format when running in a debug state */
+/* TODO: Set production logger to the syslog */
+
import (
"flag"