Changed version processing for modules.

This commit is contained in:
Alexander Borisov
2018-04-04 18:53:39 +03:00
parent 0665896a55
commit 49bd3a21e0
11 changed files with 68 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ nxt_application_module_t nxt_go_module = {
0,
NULL,
nxt_string("go"),
nxt_string("go"),
"*",
nxt_go_init,
nxt_go_run,
NULL,