go/src/cmd/compile/internal/base/mapfile_mmap.go

// 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) {}