Browse Source

上传文件至 ''

管理员 6 years ago
parent
commit
2868a1a66d
1 changed files with 10 additions and 0 deletions
  1. 10 0
      test.go

+ 10 - 0
test.go

@@ -0,0 +1,10 @@
+package main
+
+import (
+	"fmt"
+)
+
+func main() {
+	fmt.Print("hello World!")
+}
+