diff options
author | Max Romanov <max.romanov@nginx.com> | 2019-12-25 20:00:32 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2019-12-25 20:00:32 +0300 |
commit | 693a458b4ea87b7b387bd9d094de2b42be7ecdbd (patch) | |
tree | 3e1085dfd5bb037ac9ef9cfcd80e3d62205db63e /test/go/ns_inspect | |
parent | eced72ba25a1aced3553ac4e8499c4c2befd2a91 (diff) | |
download | unit-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/ns_inspect')
-rw-r--r-- | test/go/ns_inspect/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/go/ns_inspect/app.go b/test/go/ns_inspect/app.go index aac2053e..d9b561c9 100644 --- a/test/go/ns_inspect/app.go +++ b/test/go/ns_inspect/app.go @@ -4,7 +4,7 @@ import ( "encoding/json" "fmt" "net/http" - "nginx/unit" + "unit.nginx.org/go" "os" "strconv" ) |