We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42cb1ba commit 40b1e92Copy full SHA for 40b1e92
1 file changed
src/param/param_test.go
@@ -29,7 +29,7 @@ func TestContextToParams(t *testing.T) {
29
f.Bool("brotli", e_brotli, "")
30
f.Int64("threshold", e_threshold, "")
31
f.String("directory", e_directory, "")
32
- f.Int64("cache-control-max-age", e_cache_control_max_age, "")
+ f.Int64("cache-max-age", e_cache_control_max_age, "")
33
f.Bool("spa", e_spa, "")
34
f.String("ignore-cache-control-paths", e_ignore_cache_control_paths, "")
35
f.Bool("cache", e_cache, "")
0 commit comments