Use buf.String() instead of string(buf.Bytes()) (#2764)
This commit is contained in:
@@ -13,6 +13,8 @@ import (
|
||||
"github.com/ugorji/go/codec"
|
||||
)
|
||||
|
||||
// Check interface implemented here to support go build tag nomsgpack.
|
||||
// See: https://github.com/gin-gonic/gin/pull/1852/
|
||||
var (
|
||||
_ Render = MsgPack{}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user