mirror of
https://github.com/go-i2p/go-github-dashboard.git
synced 2025-06-07 10:01:45 -04:00
8 lines
101 B
Go
8 lines
101 B
Go
package main
|
|
|
|
import "github.com/go-i2p/go-github-dashboard/pkg/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|