Files
goreleaser-test/test1/main.go
2023-01-25 11:29:55 +01:00

10 lines
107 B
Go

package main
import (
"gitea.e13.dev/makkes/goreleaser-test/test1/cmd"
)
func main() {
cmd.Execute()
}