mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
add selectable item type
This commit is contained in:
@@ -6,7 +6,6 @@ import (
|
||||
"os"
|
||||
|
||||
"github.com/taigrr/gico/types"
|
||||
"github.com/taigrr/gico/ui"
|
||||
)
|
||||
|
||||
var days [366]int
|
||||
@@ -29,8 +28,6 @@ func main() {
|
||||
increment()
|
||||
case "graph":
|
||||
printGraph()
|
||||
case "interactive":
|
||||
ui.InteractiveGraph()
|
||||
case "loadRepo":
|
||||
loadRepo()
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user