()
| 444 | } |
| 445 | |
| 446 | func benchArgs() []string { |
| 447 | if benchRun == "" { |
| 448 | return []string{"-bench", "."} |
| 449 | } |
| 450 | return []string{"-bench", benchRun} |
| 451 | } |
| 452 | |
| 453 | func install(target target, tags []string) { |
| 454 | lazyRebuildAssets() |
no outgoing calls
no test coverage detected