@@ -0,0 +1,3 @@
+module git.jaxmu.com/jaxmu/one
+
+go 1.24.2
@@ -0,0 +1,7 @@
+package main
+import "fmt"
+func main() {
+ fmt.Println("Hello World")
+}