summaryrefslogtreecommitdiffhomepage
path: root/test/go/post_variables
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2019-12-25 20:00:32 +0300
committerMax Romanov <max.romanov@nginx.com>2019-12-25 20:00:32 +0300
commit693a458b4ea87b7b387bd9d094de2b42be7ecdbd (patch)
tree3e1085dfd5bb037ac9ef9cfcd80e3d62205db63e /test/go/post_variables
parenteced72ba25a1aced3553ac4e8499c4c2befd2a91 (diff)
downloadunit-693a458b4ea87b7b387bd9d094de2b42be7ecdbd.tar.gz
unit-693a458b4ea87b7b387bd9d094de2b42be7ecdbd.tar.bz2
Go: changing import name for "unit.nginx.org/go".
This patch includes packaging changes - update unit-go installation directory.
Diffstat (limited to 'test/go/post_variables')
-rw-r--r--test/go/post_variables/app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/go/post_variables/app.go b/test/go/post_variables/app.go
index 947976d2..e6279ac6 100644
--- a/test/go/post_variables/app.go
+++ b/test/go/post_variables/app.go
@@ -2,7 +2,7 @@ package main
import (
"net/http"
- "nginx/unit"
+ "unit.nginx.org/go"
)
func handler(w http.ResponseWriter, r *http.Request) {