source:
code/trunk/web/main.go@
9
Last change on this file since 9 was 9, checked in by , 3 years ago | |
---|---|
File size: 200 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | package main |
2 | ||
3 | import ( | |
4 | "codeberg.org/SimpleWeb/SimplyTranslate/engines" | |
5 | ) | |
6 | ||
7 | // TODO: port web frontend to Go. | |
8 | ||
9 | func main() { | |
10 | engine := &engines.GoogleTranslateEngine{} | |
11 | print(engine.DisplayName()) | |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.