1
0
Fork 0
pompup/main.go

9 lines
93 B
Go

package main
import (
"github.com/developomp/pompup/cmd"
)
func main() {
cmd.Execute()
}