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