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

View File

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