Fix golang ci lint error

This commit is contained in:
Maneesh Babu M 2021-04-24 15:20:26 +00:00
parent b622125a76
commit 378ba97524
No known key found for this signature in database
GPG Key ID: 1C33CD6B03582880

View File

@ -258,7 +258,7 @@ func (t *TestRespController) TestResponse() {
bar := S{Foo: "bar"}
t.Resp(bar)
_ = t.Resp(bar)
}
type respTestCase struct {