(done map[string][]string, name, spec string)
| 151 | } |
| 152 | |
| 153 | func markPluginLoaded(done map[string][]string, name, spec string) { |
| 154 | done[name] = append(done[name], spec) |
| 155 | } |
| 156 | |
| 157 | func (o *Options) loadPlugins(found map[string]string, done map[string][]string) error { |
| 158 | for _, plug := range o.Plugins { |
no outgoing calls
no test coverage detected
searching dependent graphs…