We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddab9a commit 3bd9379Copy full SHA for 3bd9379
1 file changed
cmd/main.go
@@ -82,7 +82,7 @@ func main() {
82
}
83
84
fmt.Println("--------------------------------------------------")
85
- fmt.Printf(res)
+ fmt.Print(res)
86
87
// TODO https://github.com/devlights/diskio
88
if runtime.GOOS == "windows" || runtime.GOOS == "darwin" {
0 commit comments