update to use different API in gitgraph

This commit is contained in:
2023-01-27 00:30:13 -08:00
parent 188a7af27a
commit bb33e7bca1

View File

@@ -60,5 +60,5 @@ func GetYear() {
freq[k.YearDay()-1]++
}
}
gterm.GetYearUnicode(freq)
fmt.Print(gterm.GetYearUnicode(freq))
}