1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-18 22:17:44 +02:00
This commit is contained in:
asim
2024-06-04 21:40:43 +01:00
parent e11395c8f5
commit 610c00859f
224 changed files with 549 additions and 550 deletions

View File

@ -11,9 +11,9 @@ import (
import (
context "context"
api "go-micro.dev/v4/api"
client "go-micro.dev/v4/client"
server "go-micro.dev/v4/server"
api "go-micro.dev/v5/api"
client "go-micro.dev/v5/client"
server "go-micro.dev/v5/server"
)
// Reference imports to suppress errors if they are not otherwise used.