Made generators work in addition to transformers

Made go fmt to make linter happy
This commit is contained in:
Alexey Odinokov
2020-06-14 03:28:19 +00:00
parent 9bd4f78288
commit b78464c8b1
5 changed files with 54 additions and 42 deletions

View File

@@ -30,6 +30,6 @@ type PluginConfig struct {
// BpLoadingOptions distinguishes builtin plugin behaviors.
BpLoadingOptions BuiltinPluginLoadingOptions
// FnpLoadingOpeions sets the way function-based plugin behaviors.
// FnpLoadingOptions sets the way function-based plugin behaviors.
FnpLoadingOptions FnPluginLoadingOptions
}