Versions in this module Expand all Collapse all v0 v0.1.2 Oct 15, 2025 Changes in this version + type ScriptRunner struct + OutFile io.Writer + func (r *ScriptRunner) Output() string + func (r *ScriptRunner) RunScript(file string) (byte, error) + func (r *ScriptRunner) RunString(str string, filePath ...string) (byte, error)