SYMBOL INDEX (19 symbols across 2 files) FILE: keyrace.c function update_savefile (line 27) | void update_savefile(int kc) function load_savefile (line 35) | int load_savefile(void) function upload_count (line 57) | void upload_count(char *name, int count) function CGEventRef (line 65) | CGEventRef CGEventCallback(CGEventTapProxy proxy, CGEventType type, CGEv... function strclean (line 98) | void strclean(char *src) function run_loop (line 110) | void run_loop(void) function main (line 132) | int main(int argc, char **argv) FILE: server.go type PlayerScore (line 26) | type PlayerScore struct type Player (line 32) | type Player struct method upsertInDB (line 41) | func (p *Player) upsertInDB() error { method getLeaderboard (line 167) | func (p Player) getLeaderboard(onlyFollows bool) string { method setGitHubDataFromToken (line 261) | func (p *Player) setGitHubDataFromToken() { method doGitHubCall (line 287) | func (p Player) doGitHubCall(endpoint string) *http.Response { function count (line 106) | func count(w http.ResponseWriter, req *http.Request) { function removeFromSlice (line 210) | func removeFromSlice(slice []Player, index int) []Player { function getStringParam (line 216) | func getStringParam(req *http.Request, key string) string { function humanTime (line 228) | func humanTime(t time.Time) string { type GitHubUser (line 254) | type GitHubUser struct function main (line 306) | func main() {