v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-20 09:30:21 -07:00

style(format): run gofmt

This commit is contained in:
eeeXun 2023-04-21 16:17:32 +00:00 committed by github-actions[bot]
parent e0c5569adf
commit 1e572de3df

View File

@ -17,8 +17,8 @@ import (
) )
const ( const (
textURL = "https://api.reverso.net/translate/v1/translation" textURL = "https://api.reverso.net/translate/v1/translation"
ttsURL = "https://voice.reverso.net/RestPronunciation.svc/v1/output=json/GetVoiceStream/voiceName=%s?voiceSpeed=80&inputText=%s" ttsURL = "https://voice.reverso.net/RestPronunciation.svc/v1/output=json/GetVoiceStream/voiceName=%s?voiceSpeed=80&inputText=%s"
) )
type ReversoTranslate struct { type ReversoTranslate struct {