releaser-pleaser/cmd/rp/main.go

10 lines
108 B
Go
Raw Normal View History

2024-07-12 14:51:24 +02:00
package main
import (
"github.com/apricote/releaser-pleaser/cmd/rp/cmd"
)
func main() {
cmd.Execute()
}