fix the file path issue under windows platform

This commit is contained in:
2017-06-28 11:33:29 +08:00
parent 6bd50830de
commit 9dfd1cea46
+1 -1
View File
@@ -26,7 +26,7 @@ import (
const (
MP3FileName = "/tmp/say-it.mp3"
WindowsMP3FileName = "say-it.mp3"
WindowsMP3FileName = "/say-it.mp3"
)
var (