File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,6 @@ enabled: {{.Enabled}}
2020`
2121)
2222
23- // NewFormat returns a Format for rendering using a plugin Context
24- //
25- // Deprecated: this function was only used internally and will be removed in the next release.
26- func NewFormat (source string , quiet bool ) formatter.Format {
27- return newFormat (source , quiet )
28- }
29-
3023// newFormat returns a Format for rendering using a pluginContext.
3124func newFormat (source string , quiet bool ) formatter.Format {
3225 switch source {
@@ -44,13 +37,6 @@ func newFormat(source string, quiet bool) formatter.Format {
4437 return formatter .Format (source )
4538}
4639
47- // FormatWrite writes the context
48- //
49- // Deprecated: this function was only used internally and will be removed in the next release.
50- func FormatWrite (fmtCtx formatter.Context , plugins []* plugin.Plugin ) error {
51- return formatWrite (fmtCtx , plugins )
52- }
53-
5440// formatWrite writes the context
5541func formatWrite (fmtCtx formatter.Context , plugins []* plugin.Plugin ) error {
5642 render := func (format func (subContext formatter.SubContext ) error ) error {
You can’t perform that action at this time.
0 commit comments