@@ -0,0 +1,3 @@
+
+# Default ignored files
+/workspace.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
+ </component>
+</project>
+module duoduo
+go 1.14
@@ -0,0 +1,7 @@
+package main
+import "fmt"
+func main() {
+ fmt.Println("hello duoduo!")
+}