package
0.1.9
Repository: https://github.com/mattn/anko.git
Documentation: pkg.go.dev

# Functions

Execute parses script and executes in the specified environment.
ExecuteContext parses script and executes in the specified environment with context.
Run executes statement in the specified environment.
RunContext executes statement in the specified environment with context.

# Variables

ErrBreak when there is an unexpected break statement.
ErrContinue when there is an unexpected continue statement.
ErrInterrupt when execution has been interrupted.
ErrReturn when there is an unexpected return statement.

# Structs

Options provides options to run VM with.