logging: start consolidating log lines

log messages are very fragmented and are often repeated many times throughout the software with small differences.

Messages will be listed in logmessages/, which are simply strings with
formatting directives if necessary. So far, only main.go has been
completed.
This commit is contained in:
Harvey Tindall
2024-07-31 17:45:05 +01:00
parent fb5d3c4165
commit e9b8d970d1
4 changed files with 127 additions and 53 deletions
+3
View File
@@ -0,0 +1,3 @@
module github.com/hrfee/logmessages
go 1.22.4