OSFileSystem implements FileSystem using os package
| 34 | |
| 35 | // OSFileSystem implements FileSystem using os package |
| 36 | type OSFileSystem struct{} |
| 37 | |
| 38 | // ReadFile reads whole file into byte buffer |
| 39 | func (OSFileSystem) ReadFile(name string) ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected