mirror of
https://github.com/taigrr/gico.git
synced 2026-04-01 18:58:59 -07:00
rename gitgraph => graph
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/taigrr/gico/commits"
|
||||
"github.com/taigrr/gico/gitgraph/term"
|
||||
"github.com/taigrr/gico/graph/term"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
git "github.com/go-git/go-git/v5"
|
||||
"github.com/go-git/go-git/v5/plumbing/object"
|
||||
gterm "github.com/taigrr/gico/gitgraph/term"
|
||||
gterm "github.com/taigrr/gico/graph/term"
|
||||
|
||||
"github.com/taigrr/gico/types"
|
||||
)
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/gorilla/mux"
|
||||
|
||||
"github.com/taigrr/gico/commits"
|
||||
"github.com/taigrr/gico/gitgraph/svg"
|
||||
"github.com/taigrr/gico/graph/svg"
|
||||
)
|
||||
|
||||
type DayCount [366]int
|
||||
|
||||
Reference in New Issue
Block a user