rename gitgraph => graph

This commit is contained in:
2023-01-30 15:07:13 -08:00
parent 02cd017227
commit f2fa0500fb
9 changed files with 7 additions and 7 deletions

View File

@@ -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"
)