source: code/trunk/web/main.go@ 9

Last change on this file since 9 was 9, checked in by fattalion, 3 years ago

Make repo a monorepo

Also fixed the module URLs.

File size: 200 bytes
Line 
1package main
2
3import (
4 "codeberg.org/SimpleWeb/SimplyTranslate/engines"
5)
6
7// TODO: port web frontend to Go.
8
9func main() {
10 engine := &engines.GoogleTranslateEngine{}
11 print(engine.DisplayName())
12}
Note: See TracBrowser for help on using the repository browser.