|
@@ -6,6 +6,7 @@ package gin
|
|
|
|
|
|
|
|
import (
|
|
import (
|
|
|
"bytes"
|
|
"bytes"
|
|
|
|
|
+ "context"
|
|
|
"errors"
|
|
"errors"
|
|
|
"fmt"
|
|
"fmt"
|
|
|
"html/template"
|
|
"html/template"
|
|
@@ -24,7 +25,6 @@ import (
|
|
|
"github.com/gin-gonic/gin/binding"
|
|
"github.com/gin-gonic/gin/binding"
|
|
|
"github.com/golang/protobuf/proto"
|
|
"github.com/golang/protobuf/proto"
|
|
|
"github.com/stretchr/testify/assert"
|
|
"github.com/stretchr/testify/assert"
|
|
|
- "golang.org/x/net/context"
|
|
|
|
|
|
|
|
|
|
testdata "github.com/gin-gonic/gin/testdata/protoexample"
|
|
testdata "github.com/gin-gonic/gin/testdata/protoexample"
|
|
|
)
|
|
)
|