fixes for nit-picky golang 1.24 toolchain

This commit is contained in:
Michael Quigley
2025-05-01 15:00:39 -04:00
parent 2dcb781394
commit ed0650a4bf
12 changed files with 15 additions and 13 deletions

View File

@@ -44,5 +44,5 @@ func main() {
panic(err)
}
fmt.Printf(string(buf[:n]))
fmt.Println(string(buf[:n]))
}