databricks-cli/bundle/run/output
Pieter Noordhuis 6e754d4f34
Rewrite 'interface{} -> any' (#1959)
## Changes

The `any` alias for `interface{}` has been around since Go 1.18.

Now that we're using golangci-lint (#1953), we can lint on it.

Existing commits can be updated with:
```
gofmt -w -r 'interface{} -> any' .
```

## Tests

n/a
2024-12-05 15:37:24 +00:00
..
job.go Do not include empty output in job run output (#749) 2023-09-08 09:52:45 +00:00
job_test.go Fixed printing the tasks in job output in DAG execution order (#377) 2023-05-08 16:35:47 +02:00
run.go Refactor output and progress into separate packages in run (#335) 2023-04-14 14:40:34 +02:00
task.go Rewrite 'interface{} -> any' (#1959) 2024-12-05 15:37:24 +00:00
task_test.go Refactor output and progress into separate packages in run (#335) 2023-04-14 14:40:34 +02:00