pump version to v5.7.2

This commit is contained in:
smallnest
2020-08-06 17:25:11 +08:00
parent 75f1e2894f
commit 2b2d19376a
49 changed files with 83 additions and 83 deletions

View File

@@ -22,9 +22,9 @@ import (
"os/signal"
"syscall"
"github.com/smallnest/rpcx/log"
"github.com/smallnest/rpcx/protocol"
"github.com/smallnest/rpcx/share"
"github.com/smallnest/rpcx/v5/log"
"github.com/smallnest/rpcx/v5/protocol"
"github.com/smallnest/rpcx/v5/share"
)
// ErrServerClosed is returned by the Server's Serve, ListenAndServe after a call to Shutdown or Close.