LingxinMeng 9 月之前
父節點
當前提交
c1cac35fa4
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      test/io_test.go

+ 9 - 0
test/io_test.go

@@ -0,0 +1,9 @@
+package test
+
+import (
+	"testing"
+)
+
+func TestIO(t *testing.T) {
+	//file, err := os.Open("a.txt")
+}