We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec665f7 commit 11458beCopy full SHA for 11458be
utils/playSound.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
func PlaySound(sound string) {
15
- if runtime.GOOS == "Windows" { return }
+ if runtime.GOOS == "windows" { return }
16
17
done := make(chan bool)
18
0 commit comments