Uses go run
command to run a Go application.
- (string): Path to the file containing the main() function
- (string): Name of the go binary to use, default is go
- (string): Working directory from which to run the application
- (array): Extra args when starting the app