package
0.0.1-rc1
Repository: https://github.com/xmapst/autoexecflow.git
Documentation: pkg.go.dev

# README

runtime

Usage

local runtime = require("runtime")
if not(runtime.goos() == "linux") then error("not linux") end
if not(runtime.goarch() == "amd64") then error("not amd64") end

# Functions

GOARCH lua runtime.goarch() return string.
GOOS lua runtime.goos() return string.
Loader is the module loader function.
Preload adds runtime to the given Lua state's package.preload table.