TODO: DEPRECATED, remove MinifierFunc is a function that implements Minifer.
func(*M, io.Writer, io.Reader, map[string]string) error
| 34 | |
| 35 | // MinifierFunc is a function that implements Minifer. |
| 36 | type MinifierFunc func(*M, io.Writer, io.Reader, map[string]string) error |
| 37 | |
| 38 | // Minify calls f(m, w, r, params) |
| 39 | func (f MinifierFunc) Minify(m *M, w io.Writer, r io.Reader, params map[string]string) error { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…