diff options
| author | Paul Buetow <paul@buetow.org> | 2023-06-10 12:27:03 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-06-10 12:27:03 +0300 |
| commit | cd91865979a5bbaaab79a703e36d1be729d95101 (patch) | |
| tree | f27fc6cbc01636f896c870b871e01f002dc0ee66 /cmd | |
| parent | 5c43de068a5d44c77b77c56f9e5570b392549888 (diff) | |
refactor logging
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/gorum/main.go | 2 |
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) { |
