diff options
Diffstat (limited to 'test/go/mirror')
-rw-r--r-- | test/go/mirror/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/go/mirror/app.go b/test/go/mirror/app.go index 748aa7ee..78f047c3 100644 --- a/test/go/mirror/app.go +++ b/test/go/mirror/app.go @@ -4,7 +4,7 @@ import ( "fmt" "io" "net/http" - "nginx/unit" + "unit.nginx.org/go" ) func handler(w http.ResponseWriter, r *http.Request) { |