External Go app request processing.

This commit is contained in:
Max Romanov
2017-06-23 19:20:08 +03:00
parent 5a43bd0bfd
commit 4a1b59c27a
26 changed files with 2334 additions and 1 deletions

View File

@@ -235,6 +235,10 @@ if [ $NXT_PHP_MODULE != NO ]; then
. auto/modules/php/make
fi
if [ $NXT_GO_MODULE != NO ]; then
. auto/modules/go/make
fi
# Makefile.
# *.dSYM is MacOSX Clang debug information.