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