mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
update dependencies
This commit is contained in:
@@ -12,6 +12,9 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
GetYear()
|
||||
}
|
||||
func GetYear() {
|
||||
|
||||
r, err := git.PlainOpenWithOptions(".", &(git.PlainOpenOptions{DetectDotGit: true}))
|
||||
if err != nil {
|
||||
@@ -54,4 +57,5 @@ func main() {
|
||||
}
|
||||
}
|
||||
gterm.GetYearUnicode(freq[:])
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user