Remove unused middlewares and fix linter errors

This commit is contained in:
Daniel 2021-01-28 16:50:23 +01:00
parent 7dd62276af
commit afdb367ada
7 changed files with 5 additions and 73 deletions

View file

@ -9,7 +9,7 @@ import (
"github.com/tevino/abool"
)
// Client errors
// Client errors.
var (
ErrMalformedMessage = errors.New("malformed message")
)