From: Sergey Matveev Date: Sun, 13 Jul 2025 07:18:08 +0000 (+0300) Subject: Shorter any X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2c67f4194260e15b1da3f7f59a2cfd10606f9cba;p=goredo.git Shorter any --- diff --git a/log.go b/log.go index 96c7add..3358595 100644 --- a/log.go +++ b/log.go @@ -135,7 +135,7 @@ func stderrWrite(s string) { LogMutex.Unlock() } -func tracef(level, format string, args ...interface{}) { +func tracef(level, format string, args ...any) { var p string if MyPID != 0 { p = fmt.Sprintf("[%d] ", MyPID)