mirror of
https://github.com/go-i2p/go-github-dashboard.git
synced 2025-06-07 18:24:23 -04:00
basic idea...
This commit is contained in:
7
cmd/github-dashboard/main.go
Normal file
7
cmd/github-dashboard/main.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "github.com/go-i2p/go-github-dashboard/pkg/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
}
|
Reference in New Issue
Block a user