source: code/trunk/engines/language.go@ 14

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

Make repo a monorepo

Also fixed the module URLs.

File size: 61 bytes
Line 
1package engines
2
3type Language struct {
4 Name, Code string
5}
Note: See TracBrowser for help on using the repository browser.