diff options
Diffstat (limited to 'src/nxt_go.c')
-rw-r--r-- | src/nxt_go.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_go.c b/src/nxt_go.c index 709908e2..edcd5eff 100644 --- a/src/nxt_go.c +++ b/src/nxt_go.c @@ -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, |