fix import path for v2 release (#457)

* fix import path for v2 release

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-01-31 01:26:39 +03:00
parent dba539157e
commit b82816f2e9
9 changed files with 154 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
package http
import (
"github.com/micro/go-micro/client"
"github.com/micro/go-micro/v2/client"
)
type httpMessage struct {