LingxinMeng 9 månader sedan
förälder
incheckning
c1cac35fa4
1 ändrade filer med 9 tillägg och 0 borttagningar
  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")
+}