summaryrefslogtreecommitdiffhomepage
path: root/test/go/get_variables/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/go/get_variables/app.go')
-rw-r--r--test/go/get_variables/app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/go/get_variables/app.go b/test/go/get_variables/app.go
index 4dcc0e7b..1c0205a8 100644
--- a/test/go/get_variables/app.go
+++ b/test/go/get_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) {