mirror of
https://github.com/taigrr/gico.git
synced 2026-04-01 18:58:59 -07:00
refactor import => gitfetch
This commit is contained in:
@@ -14,7 +14,7 @@ type DataSet map[time.Time]gico.WorkDay
|
||||
|
||||
func main() {
|
||||
|
||||
r, err := git.PlainOpen("../.git")
|
||||
r, err := git.PlainOpen(".git")
|
||||
if err != nil {
|
||||
log.Printf("%v\n", err)
|
||||
}
|
||||
Reference in New Issue
Block a user