Go: specifying command line arguments to the executable.

This closes #110 issue on GitHub.
This commit is contained in:
Valentin Bartenev
2018-06-06 16:53:35 +03:00
parent 857bddeea6
commit ceeb301881
4 changed files with 121 additions and 4 deletions

View File

@@ -53,7 +53,8 @@ typedef struct {
typedef struct {
char *executable;
char *executable;
nxt_conf_value_t *arguments;
} nxt_go_app_conf_t;