SYMBOL INDEX (12 symbols across 2 files) FILE: src/server.go function main (line 21) | func main() { function messageHandler (line 38) | func messageHandler(message string, geohashToCountryMapping map[string]s... function getCountryFromGeohashToCountryMapping (line 54) | func getCountryFromGeohashToCountryMapping(geohash6 string, geohashToCou... function parseLatLonFromMessage (line 65) | func parseLatLonFromMessage(message string) (float64, float64) { function generateGeohash (line 75) | func generateGeohash(lat float64, lon float64) string { function getGeohashToCountryMapping (line 79) | func getGeohashToCountryMapping(filePath string) map[string]string { function checkError (line 106) | func checkError(e error) { FILE: src/server_test.go function TestGenerateGeohash (line 9) | func TestGenerateGeohash(t *testing.T) { function TestParseLatLonFromMessage1 (line 17) | func TestParseLatLonFromMessage1(t *testing.T) { function TestParseLatLonFromMessage2 (line 25) | func TestParseLatLonFromMessage2(t *testing.T) { function TestGetCountryFromGeohashToCountryMapping (line 33) | func TestGetCountryFromGeohashToCountryMapping(t *testing.T) { function TestGetGeohashToCountryMapping (line 51) | func TestGetGeohashToCountryMapping(t *testing.T) {