package lang var Langs = make(map[string]Lang) type Lang map[string]Key type Key struct { Key byte Mod byte }