google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.3k stars 209 forks source link

starlark: use portable syscall wrapper for mmap #321

Closed alandonovan closed 3 years ago

alandonovan commented 3 years ago

Also, add test to ensure that new dependencies (such as golang.org/x/sys/unix) are not added casually.

Fixes #320