Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed Jul 30, 2024
1 parent 2a190c3 commit 56e2467
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,8 @@ func main() {
fmt.Printf(res)
fmt.Println("--------------------------------------------------")
// TODO https://github.com/devlights/diskio
if runtime.GOOS == "windows" || runtime.GOOS == "darwin" {
fmt.Println("Press Enter to exit...")
fmt.Scanln()
}
}

0 comments on commit 56e2467

Please sign in to comment.