go - start application at address or file

Usage

go ADDR [ARG...]

Synopsis

Start application at ADDR passing ARG as arguments.

If addr does not start with a digit it is interpreted as a filename in which case the file is memmapped and executed

Table Of Contents

This Page