databricks-cli/libs/cmdgroup
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
..
command.go Rewrite 'interface{} -> any' (#1959) 2024-12-05 15:37:24 +00:00
command_test.go Add trailing newline in usage string (#1382) 2024-04-19 14:12:52 +00:00
template.go Add trailing newline in usage string (#1382) 2024-04-19 14:12:52 +00:00