Go: specifying command line arguments to the executable.
This closes #110 issue on GitHub.
This commit is contained in:
@@ -53,7 +53,8 @@ typedef struct {
|
||||
|
||||
|
||||
typedef struct {
|
||||
char *executable;
|
||||
char *executable;
|
||||
nxt_conf_value_t *arguments;
|
||||
} nxt_go_app_conf_t;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user