We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62648a commit ceb41a4Copy full SHA for ceb41a4
context_test.go
@@ -24,11 +24,10 @@ import (
24
"time"
25
26
"github.com/gin-contrib/sse"
27
- "github.com/stretchr/testify/assert"
28
- "google.golang.org/protobuf/proto"
29
-
30
"github.com/gin-gonic/gin/binding"
31
testdata "github.com/gin-gonic/gin/testdata/protoexample"
+ "github.com/stretchr/testify/assert"
+ "google.golang.org/protobuf/proto"
32
)
33
34
var _ context.Context = (*Context)(nil)
0 commit comments