refactor: Update dependencies, modernize Hydrun build systems, CI/CD and README conventions

Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>
This commit is contained in:
Felicitas Pojtinger
2024-07-30 15:56:12 -07:00
parent f3fbd3156f
commit 3aff00b57e
14 changed files with 522 additions and 553 deletions
+4
View File
@@ -41,6 +41,10 @@ func (l Logger) Error(event string, keyvals ...interface{}) {
l.log("ERROR", event, keyvals)
}
func (l Logger) Panic(event string, keyvals ...interface{}) {
l.log("PANIC", event, keyvals)
}
func (l Logger) With(keyvals ...interface{}) golog.Logger {
return l
}