diff options
Diffstat (limited to 'modules/logging/filters.go')
| -rw-r--r-- | modules/logging/filters.go | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/modules/logging/filters.go b/modules/logging/filters.go index 8cc84c7..af9be74 100644 --- a/modules/logging/filters.go +++ b/modules/logging/filters.go @@ -81,8 +81,7 @@ func hash(s string) string {  // of the SHA-256 hash of the content. Operates  // on string fields, or on arrays of strings  // where each string is hashed. -type HashFilter struct { -} +type HashFilter struct{}  // CaddyModule returns the Caddy module information.  func (HashFilter) CaddyModule() caddy.ModuleInfo { | 
