Files
2025-05-05 17:05:43 -04:00

8 lines
101 B
Go

package main
import "github.com/go-i2p/go-github-dashboard/pkg/cmd"
func main() {
cmd.Execute()
}