diff --git a/cmd/gitfetch/gitfetch.go b/cmd/gitfetch/gitfetch.go index 6ab5505..fd4f758 100644 --- a/cmd/gitfetch/gitfetch.go +++ b/cmd/gitfetch/gitfetch.go @@ -60,5 +60,5 @@ func GetYear() { freq[k.YearDay()-1]++ } } - gterm.GetYearUnicode(freq) + fmt.Print(gterm.GetYearUnicode(freq)) }