1
0
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:
esemplastic
2017-04-12 00:56:57 +03:00
committed by Gerasimos (Makis) Maropoulos
parent 2d3bd55dd5
commit 3e5f61ff6b
4 changed files with 36 additions and 8 deletions

View File

@@ -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