@@ -0,0 +1,3 @@
+module hello
+
+go 1.19
@@ -0,0 +1,7 @@
+package main
+import "fmt"
+func main() {
+ fmt.Printf("First go example\n")
+}