summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-06-10 12:27:03 +0300
committerPaul Buetow <paul@buetow.org>2023-06-10 12:27:03 +0300
commitcd91865979a5bbaaab79a703e36d1be729d95101 (patch)
treef27fc6cbc01636f896c870b871e01f002dc0ee66 /cmd
parent5c43de068a5d44c77b77c56f9e5570b392549888 (diff)
refactor logging
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gorum/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gorum/main.go b/cmd/gorum/main.go
index 0348066..0573f3a 100644
--- a/cmd/gorum/main.go
+++ b/cmd/gorum/main.go
@@ -33,7 +33,7 @@ func main() {
}
<-ctx.Done()
- log.Println("Good bye!")
+ log.Println("good bye!")
}
func contextWithSignal() (context.Context, context.CancelFunc) {