io_test.go 100 B

123456789
  1. package test
  2. import (
  3. "testing"
  4. )
  5. func TestIO(t *testing.T) {
  6. //file, err := os.Open("a.txt")
  7. }