(source string, cfgs ...Config)
| 113 | } |
| 114 | |
| 115 | func prepareGroup(source string, cfgs ...Config) Group { |
| 116 | return Group{ |
| 117 | Configs: cfgs, |
| 118 | Source: source, |
| 119 | } |
| 120 | } |
| 121 | |
| 122 | func prepareCfg(name, module string) Config { |
| 123 | return Config{ |
no outgoing calls
no test coverage detected
searching dependent graphs…