Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
type
defaultFileIO
struct
{}
25
26
func
(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