Art9Studio / Aureole

Poorly chosen name for error variable SCC-ST1012
Style
Minor
2 years ago2 years old
error var PluginInitErr should have name of the form ErrFoo
 36	getScratchCodeResp map[string]interface{}
 37)
 38
 39var PluginInitErr = errors.New("plugin doesn't implement PluginInitializer interface") 40
 41func InitProject(conf *configs.Project, r *router) *project {
 42	var p = &project{