mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 05:25:58 +00:00
Fix httpcache sub-package.
Former-commit-id: d0bf86713bda90ade130c93dcf04d9b26f1e4f08
This commit is contained in:
committed by
Gerasimos (Makis) Maropoulos
parent
2d3bd55dd5
commit
3e5f61ff6b
@@ -107,7 +107,7 @@ const (
|
||||
// Arguments should be handled in the manner of fmt.Printf.
|
||||
type LoggerPolicy func(mode LogMode, log string)
|
||||
|
||||
// Adapt addapts a Logger to the main policies.
|
||||
// Adapt adapts a Logger to the main policies.
|
||||
func (l LoggerPolicy) Adapt(frame *Policies) {
|
||||
if l != nil {
|
||||
// notes for me: comment these in order to remember
|
||||
|
||||
Reference in New Issue
Block a user