Make repo a monorepo

Also fixed the module URLs.

git-svn-id: file:///srv/svn/repo/mai/trunk@9 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
fattalion
2022-09-21 09:01:41 +00:00
parent 897a8b37e4
commit c4d051d74f
11 changed files with 44 additions and 11 deletions

5
engines/language.go Normal file
View File

@@ -0,0 +1,5 @@
package engines
type Language struct {
Name, Code string
}