SYNOPSIS

golo run [--classpath path] --module module name arguments …​

DESCRIPTION

This command runs a compiled golo program, in the form of a *.class file or a jar archive.

OPTIONS

--classpath path

Classpath elements (.jar and directories).

--module module name

The Golo module containing the main function to run.

EXAMPLES

After compiling the source using

$ golo compile --output build samples/helloworld.golo

one can run the programm as:

$ golo run --classpath build --module hello.World
Hello world!

SEE ALSO

golo-compile(1), golo-golo(1)

BUGS

AUTHOR

See https://github.com/eclipse/golo-lang/graphs/contributors or the CONTRIBUTORS file in the golo source distribution.

This work is made available under the terms of the Eclipse Public License 2.0. See http://www.eclipse.org/legal/epl-2.0 or the LICENCE file in the golo source distribution.