all: fix staticcheck warnings (#589)

Co-authored-by: Filippo Valsorda <github@bip.filippo.io>
This commit is contained in:
Alexander Yastrebov
2024-12-18 15:55:57 +01:00
committed by GitHub
parent 176e245b3c
commit cda3988cc7
4 changed files with 3 additions and 6 deletions

View File

@@ -158,5 +158,5 @@ func errorf(format string, v ...interface{}) {
}
func warning(msg string) {
log.Printf("age-keygen: warning: " + msg)
log.Printf("age-keygen: warning: %s", msg)
}