all: run "go fix"

This commit is contained in:
Filippo Valsorda
2025-12-25 20:48:28 +01:00
parent ec92694aad
commit abe371e157
12 changed files with 16 additions and 25 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ func convert(in io.Reader, out io.Writer) {
}
}
func errorf(format string, v ...interface{}) {
func errorf(format string, v ...any) {
log.Printf("age-plugin-pq: error: "+format, v...)
log.Fatalf("age-plugin-pq: report unexpected or unhelpful errors at https://filippo.io/age/report")
}