(ctx context.Context, cmd *cli.Command)
| 233 | } |
| 234 | |
| 235 | func VetActionFunc(ctx context.Context, cmd *cli.Command) error { |
| 236 | return runCmd(ctx, "go", "vet", cmd.String("top-dir")+"/...") |
| 237 | } |
| 238 | |
| 239 | func TestActionFunc(ctx context.Context, cmd *cli.Command) error { |
| 240 | tags := cmd.String("tags") |