MCPcopy Create free account
hub / github.com/akalin/gopar / defaultFileIO

Struct defaultFileIO

par2/decoder.go:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type defaultFileIO struct{}
25
26func (io defaultFileIO) ReadFile(path string) ([]byte, error) {
27 return ioutil.ReadFile(path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected