1
0
Fork 0

first working version

This commit is contained in:
ston1th 2019-02-12 20:55:02 +01:00
commit 84e26d7f6c
50 changed files with 6145 additions and 182 deletions

View file

@ -1,6 +1,8 @@
// Copyright (C) 2019 ston1th
package lang
var Langs = make(map[string]Lang)
var L = make(map[string]Lang)
type Lang map[string]Key