Documentation
¶
Overview ¶
Package nativefs contains compiler-owned host filesystem operations. The same source is embedded into emitted Go projects and used by the evaluator.
Index ¶
Constants ¶
View Source
const ModulePath = "golang.org/x/sys"
View Source
const ModuleVersion = "v0.45.0"
Variables ¶
View Source
var ( ErrBusy = errors.New("lock is already held") ErrUnsupported = errors.New("host lock operation is unsupported") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.