@@ -0,0 +1,3 @@
+module example/go1
+
+go 1.19
@@ -0,0 +1,6 @@
+package main
+import "fmt"
+func main(){
+ fmt.Println("hello world 1")
+}