mirror of https://github.com/databricks/cli.git
6e754d4f34
## 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 |
||
---|---|---|
.. | ||
job.go | ||
job_test.go | ||
run.go | ||
task.go | ||
task_test.go |