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

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