initial commit
This commit is contained in:
commit
dc421f035e
8 changed files with 989 additions and 0 deletions
10
pkg/lang/lang.go
Normal file
10
pkg/lang/lang.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package lang
|
||||
|
||||
var Langs = make(map[string]Lang)
|
||||
|
||||
type Lang map[string]Key
|
||||
|
||||
type Key struct {
|
||||
Key byte
|
||||
Mod byte
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue