LingxinMeng 9 ay önce
ebeveyn
işleme
c1cac35fa4
1 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  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")
+}