go/src/cmd/go/internal/mmap/mmap.go

type Data

// Mmap maps the given file into memory.
func Mmap(file string) (Data, error) {}