Setup basic repository structure

This commit is contained in:
2025-04-07 21:22:24 +03:00
parent 5076c48001
commit e02d64b67e
15 changed files with 80 additions and 572 deletions
+3
View File
@@ -0,0 +1,3 @@
module git.enumerated.dev/bubble-package-manager/bpm-utils/src/bpm-repo
go 1.23
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("bpm-repo")
}