basic idea...

This commit is contained in:
eyedeekay
2025-05-05 17:05:43 -04:00
parent 13800ab183
commit c25e3688f3
12 changed files with 1924 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package main
import "github.com/go-i2p/go-github-dashboard/pkg/cmd"
func main() {
cmd.Execute()
}