- Timestamp:
- Sep 21, 2023, 2:27:50 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmd/suwako/main.go
r16 r17 40 40 if len(engine) == 0 || len(instance) == 0 { 41 41 log.Println("SUWAKO_ENGINE and/or SUWAKO_INSTANCE are unset") 42 log.Println("Defaulting to translate.chaotic.ninjawith engine 'google'")42 log.Println("Defaulting to simplytranslate.org with engine 'google'") 43 43 engine = "google" 44 instance = "https:// translate.chaotic.ninja"44 instance = "https://simplytranslate.org" 45 45 } 46 46 if len(input) == 0 {
Note:
See TracChangeset
for help on using the changeset viewer.