SYMBOL INDEX (11 symbols across 2 files) FILE: bin/abbrev-cwd.go function main (line 10) | func main() { FILE: bin/git-authors.go type Commit (line 15) | type Commit struct method Ratio (line 21) | func (c Commit) Ratio(total int) float64 { type CommitsSummary (line 25) | type CommitsSummary method Len (line 27) | func (cs CommitsSummary) Len() int { method Swap (line 31) | func (cs CommitsSummary) Swap(i, j int) { type ByCommitsCount (line 35) | type ByCommitsCount struct method Less (line 39) | func (bcc ByCommitsCount) Less(i, j int) bool { function String2Int (line 43) | func String2Int(s string) int { function CreateCommit (line 55) | func CreateCommit(author string, commits int, ins int, del int) *Commit { function main (line 64) | func main() {