ghorg/main.go
2019-07-27 10:10:23 -07:00

10 lines
90 B
Go

package main
import (
"github.com/gabrie30/ghorg/cmd"
)
func main() {
cmd.Execute()
}