rename imports to asim/go-micro (#2051)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# GRPC Server
|
||||
|
||||
The grpc server is a [micro.Server](https://godoc.org/github.com/micro/go-micro/server#Server) compatible server.
|
||||
The grpc server is a [micro.Server](https://godoc.org/github.com/asim/go-micro/server#Server) compatible server.
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -13,7 +13,7 @@ Specify the server to your micro service
|
||||
|
||||
```go
|
||||
import (
|
||||
"github.com/micro/go-micro"
|
||||
"github.com/asim/go-micro"
|
||||
"github.com/micro/go-plugins/server/grpc"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user