Go: changing import name for "unit.nginx.org/go".

This patch includes packaging changes - update unit-go installation
directory.
This commit is contained in:
Max Romanov
2019-12-25 20:00:32 +03:00
parent eced72ba25
commit 693a458b4e
14 changed files with 15 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"io"
"net/http"
"nginx/unit"
"unit.nginx.org/go"
)
func handler(w http.ResponseWriter, r *http.Request) {