Documentation ¶ Overview ¶ Package os provides bindings for Go's os package. Index ¶ func Register(vm *sobek.Runtime) type Module func (m *Module) ReadFile(vm *sobek.Runtime) func(sobek.FunctionCall) sobek.Value func (m *Module) WriteFile(vm *sobek.Runtime) func(sobek.FunctionCall) sobek.Value Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Register ¶ func Register(vm *sobek.Runtime) Types ¶ type Module ¶ type Module struct { Root string } func (*Module) ReadFile ¶ func (m *Module) ReadFile(vm *sobek.Runtime) func(sobek.FunctionCall) sobek.Value func (*Module) WriteFile ¶ func (m *Module) WriteFile(vm *sobek.Runtime) func(sobek.FunctionCall) sobek.Value Source Files ¶ View all Source files os.go Click to show internal directories. Click to hide internal directories.