Switch to released tag v0.1.0 of github.com/pquerna/cachecontrol

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas
2022-06-10 15:52:44 -04:00
parent 7e66aa3cfb
commit 9e1bbfdc65
11 changed files with 123 additions and 68 deletions

View File

@@ -25,7 +25,7 @@ import (
)
type Options struct {
// Set to True for a prviate cache, which is not shared amoung users (eg, in a browser)
// Set to True for a private cache, which is not shared among users (eg, in a browser)
// Set to False for a "shared" cache, which is more common in a server context.
PrivateCache bool
}