// MapFile returns length bytes from the file starting at the // specified offset as a string. func MapFile(f *os.File, offset, length int64) (string, error) { … }
// MapFile returns length bytes from the file starting at the // specified offset as a string. func MapFile(f *os.File, offset, length int64) (string, error) { … }