- Timestamp:
- Sep 23, 2023, 8:41:57 PM (21 months ago)
- Location:
- trunk/cmd
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmd/suwako/main.go
r17 r18 22 22 ) 23 23 type Translate struct { 24 Output string `json:"translated -text"`24 Output string `json:"translated_text"` 25 25 } 26 26 func init() {
Note:
See TracChangeset
for help on using the changeset viewer.