not use protobuf on context but use it on render (#1496)

This commit is contained in:
田欧
2018-08-19 17:39:58 +08:00
committed by GitHub
parent efdd3c8b81
commit 6073a79ee0
5 changed files with 9 additions and 9 deletions
Executable → Regular
+2 -1
View File
@@ -15,10 +15,11 @@ import (
"strings"
"testing"
testdata "github.com/gin-gonic/gin/testdata/protoexample"
"github.com/golang/protobuf/proto"
"github.com/stretchr/testify/assert"
"github.com/ugorji/go/codec"
testdata "github.com/gin-gonic/gin/testdata/protoexample"
)
// TODO unit tests