var testFsys … var sysValue … type readFileOnly … func (readFileOnly) Open(name string) (File, error) { … } type openOnly … func TestReadFile(t *testing.T) { … } func TestReadFilePath(t *testing.T) { … }
var testFsys … var sysValue … type readFileOnly … func (readFileOnly) Open(name string) (File, error) { … } type openOnly … func TestReadFile(t *testing.T) { … } func TestReadFilePath(t *testing.T) { … }