()
| 19 | ) |
| 20 | |
| 21 | func main() { |
| 22 | if err := run(); err != nil { |
| 23 | fmt.Fprintf(os.Stderr, "failure: %s\n", err) |
| 24 | os.Exit(1) |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | func run() error { |
| 29 | // Allows secondary River repositories to make use of this command by |
nothing calls this directly
no test coverage detected
searching dependent graphs…