LingxinMeng 9 meses atrás
pai
commit
c1cac35fa4
1 arquivos alterados com 9 adições e 0 exclusões
  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")
+}