Bump all long-living deprecations to ERRORs

This commit is contained in:
Bjørn Erik Pedersen
2021-07-25 13:34:00 +02:00
parent a352d19d88
commit 91cbb96302
4 changed files with 19 additions and 19 deletions

View File

@@ -163,7 +163,7 @@ func generateDeprecatedWrappers(c *codegen.Inspector) error {
}
}
return fmt.Sprintf("helpers.Deprecated(%q, %q, false)", "Page."+name, alternative)
return fmt.Sprintf("helpers.Deprecated(%q, %q, true)", "Page."+name, alternative)
}
var buff bytes.Buffer