Fix typo of further

Former-commit-id: 8cfbaf60aba132b0ea3c8f9fd3cb8121e1db2a15
This commit is contained in:
Success Go 2020-01-12 17:38:46 +08:00
parent a25e3fc92b
commit 5b8458f5a0

2
cache/cache.go vendored
View File

@ -37,7 +37,7 @@ import (
// Cache accepts the cache expiration duration.
// If the "expiration" input argument is invalid, <=2 seconds,
// then expiration is taken by the "cache-control's maxage" header.
// Returns a Handler structure which you can use to customize cache furher.
// Returns a Handler structure which you can use to customize cache further.
//
// All types of response can be cached, templates, json, text, anything.
//