diff options
Diffstat (limited to 'test/go/post_variables')
-rw-r--r-- | test/go/post_variables/app.go | 2 |
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) { |