Versions in this module Expand all Collapse all v1 v1.0.2 May 13, 2025 v1.0.1 May 13, 2025 Changes in this version + const DaysInLastSixMonths + const DaysInWeek + const HoursInDay + const OutOfRange + const WeeksInLastSixMonths + func BuildCols(keys []int, commits map[int]int) map[int]Column + func CalculateWeekdayOffset() int + func CountDaysSinceDate(date time.Time) int + func GetBeginningOfDay(t time.Time) time.Time + func GetCommitsFromRepo(email string, path string, commits map[int]int) (map[int]int, error) + func PrintCell(val int, today bool, date time.Time, showCommitCount bool, ...) + func PrintCells(cols map[int]Column, showCommitCount bool, showDaysOfMonth bool) + func PrintCommitsStats(commits map[int]int, showCommitCount bool, showDaysOfMonth bool) + func PrintDayCol(day int) + func PrintMonths() + func ProcessRepositories(email string, directory string) (map[int]int, error) + func SortMapIntoSlice(m map[int]int) []int + type Column []int