mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-29 21:47:44 +02:00
@@ -15,10 +15,10 @@ import (
|
||||
// Paths for packages used by code generated in this file,
|
||||
// relative to the import_prefix of the generator.Generator.
|
||||
const (
|
||||
apiPkgPath = "github.com/micro/go-micro/v2/api"
|
||||
apiPkgPath = "github.com/asim/go-micro/v3/api"
|
||||
contextPkgPath = "context"
|
||||
clientPkgPath = "github.com/micro/go-micro/v2/client"
|
||||
serverPkgPath = "github.com/micro/go-micro/v2/server"
|
||||
clientPkgPath = "github.com/asim/go-micro/v3/client"
|
||||
serverPkgPath = "github.com/asim/go-micro/v3/server"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user