mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
remove debug line, add basic tea structure
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package commits
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"regexp"
|
||||
"sync"
|
||||
|
||||
@@ -61,7 +60,6 @@ func YearFreqFromChan(cc chan types.Commit, year int) types.Freq {
|
||||
freq := make([]int, yearLength)
|
||||
for commit := range cc {
|
||||
freq[commit.TimeStamp.YearDay()-1]++
|
||||
fmt.Println(commit)
|
||||
}
|
||||
return freq
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user