Documentation ¶ Index ¶ func Run(filePath string, args ...string) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(filePath string, args ...string) ([]byte, error) Run executes the go source file (which must contain a main() function) with the provided arguments. At returns the standard output of the command and logs (debug mode) the standard error Types ¶ This section is empty. Source Files ¶ View all Source files gofile.go Click to show internal directories. Click to hide internal directories.