Renamed "go" application type to "external".

There's nothing specific to Go language.  This type of application object can
be used to run any external application that utilizes libunit API.
This commit is contained in:
Valentin Bartenev
2018-10-09 17:53:31 +03:00
parent 6c5e5f25ef
commit 029c1a9f50
17 changed files with 92 additions and 89 deletions

View File

@@ -84,7 +84,7 @@ NXT_LIB_SRCS=" \
src/nxt_http_response.c \
src/nxt_http_error.c \
src/nxt_application.c \
src/nxt_go.c \
src/nxt_external.c \
src/nxt_port_hash.c \
"