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")
+}