BuiltinImagePlugin is the @image tool.
| 65 | |
| 66 | // BuiltinImagePlugin is the @image tool. |
| 67 | type BuiltinImagePlugin struct{} |
| 68 | |
| 69 | // NewBuiltinImagePlugin returns a ready-to-register plugin. |
| 70 | func NewBuiltinImagePlugin() *BuiltinImagePlugin { return &BuiltinImagePlugin{} } |
nothing calls this directly
no outgoing calls
no test coverage detected