mirror of
https://github.com/criyle/go-sandbox.git
synced 2025-11-04 14:49:53 +08:00
4 lines
126 B
Go
4 lines
126 B
Go
// Package memfd provides interface to Linux memfd to create and seal a memory file.
|
|
// Requires kernel >= 3.17
|
|
package memfd
|