update all

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-10-27 01:24:35 +03:00
parent 5a63953d3f
commit a6b5ee450f
87 changed files with 1461 additions and 1179 deletions

View File

@@ -4,8 +4,8 @@ import (
"context"
"net/http"
httpsrv "github.com/unistack-org/micro-server-http/v3"
pb "github.com/unistack-org/micro-tests/client/http/proto"
httpsrv "go.unistack.org/micro-server-http/v3"
pb "go.unistack.org/micro-tests/client/http/proto"
)
type GithubHandler struct{}