remove v5

This commit is contained in:
smallnest
2020-04-28 18:20:33 +08:00
parent 1eebab9d9c
commit c13fa98bc4
47 changed files with 75 additions and 75 deletions

View File

@@ -13,7 +13,7 @@ import (
"github.com/ChimeraCoder/gojson"
jsoniter "github.com/json-iterator/go"
"github.com/smallnest/rpcx/v5/log"
"github.com/smallnest/rpcx/log"
)
var typeOfError = reflect.TypeOf((*error)(nil)).Elem()