6 lines
77 B
Go
6 lines
77 B
Go
package simplytranslate_engines
|
|
|
|
type Language struct {
|
|
Name, Code string
|
|
}
|