golangci(lint) : more linters (#2870)

This commit is contained in:
Matthieu MOREL
2021-09-21 09:22:21 +02:00
committed by GitHub
parent 3a6f18f32f
commit 71f7087097
7 changed files with 24 additions and 8 deletions

View File

@ -23,10 +23,9 @@ import (
"github.com/gin-contrib/sse"
"github.com/gin-gonic/gin/binding"
testdata "github.com/gin-gonic/gin/testdata/protoexample"
"github.com/stretchr/testify/assert"
"google.golang.org/protobuf/proto"
testdata "github.com/gin-gonic/gin/testdata/protoexample"
)
var _ context.Context = &Context{}