bootstrap repo

This commit is contained in:
2023-01-25 11:25:39 +01:00
commit 3ee404125b
7 changed files with 96 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package main
import (
"gitea.e13.dev/makkes/goreleaser-test/test1/cmd"
)
func main() {
cmd.Execute()
}