More Greater Linting.

This commit is contained in:
2021-06-15 00:11:58 +05:00
parent 6ea6e2e144
commit 968d945205
28 changed files with 143 additions and 15 deletions

View File

@@ -31,5 +31,6 @@ const (
// New creates new context.
func New() *Context {
// nolint:exhaustivestruct
return &Context{}
}