package main var tokiToWithin = map[string]string{ "Kesi": "Cadey", "Liso": "Nicole", "Lesi": "Jessie", "Sesi": "Sephie", "Ase": "Ashe", "Mai": "Mai", } var withinToToki = map[string]string{ "Cadey": "Kesi", "Nicole": "Liso", "Jessie": "Lesi", "Sephie": "Sesi", "Ashe": "Ase", "Mai": "Mai", }