1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-07-12 22:41:07 +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

@ -9,8 +9,8 @@ import (
"strings"
"github.com/golang/protobuf/proto"
"go-micro.dev/v4/codec"
"go-micro.dev/v4/transport/headers"
"go-micro.dev/v5/codec"
"go-micro.dev/v5/transport/headers"
)
type Codec struct {