fixed govet issues with %w wrap used in log.Printf()

This commit is contained in:
swdee
2025-04-20 15:05:32 +12:00
parent f09091cdea
commit 895770b239
18 changed files with 21 additions and 21 deletions

View File

@@ -26,7 +26,7 @@ func main() {
err := rknnlite.SetCPUAffinity(rknnlite.RK3588FastCores)
if err != nil {
log.Printf("Failed to set CPU Affinity: %w", err)
log.Printf("Failed to set CPU Affinity: %v\n", err)
}
// create rknn runtime instance