Upated plugin implementations return type
This commit is contained in:
parent
871776ca84
commit
7494468bed
8 changed files with 13 additions and 10 deletions
|
|
@ -30,3 +30,5 @@ func (g *Example) Generate(config *configurator.Config, opts ...util.Option) (ge
|
|||
information about constructing plugins and plugin requirements.`
|
||||
return generator.Files{"example": []byte(g.Message)}, nil
|
||||
}
|
||||
|
||||
var Generator Example
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue