Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 338 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 338 Bytes

runtime GoDoc

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