yaegi - Yet Another Elegant Go Interpreter
Contents
Description
Yaegi is a Go interpreter.
Usage:
yaegi [command] [arguments]
The commands are:
extract
generate a wrapper file from a source package
help print usage information
run execute a Go program from source
test execute test functions in a Go package
version
print version
Use "yaegi help <command>" for more information about a command.
If no command is given or if the first argument is not a command, then the run command is assumed.
Name
yaegi - Yet Another Elegant Go Interpreter
