databricks-cli/bundle/internal/tf/codegen/schema
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
..
generate.go Rewrite 'interface{} -> any' (#1959) 2024-12-05 15:37:24 +00:00
load.go Generate equivalent Go types from Terraform provider schema (#122) 2022-12-06 16:26:19 +01:00
schema.go Update error checks that use the `os` package to use `errors.Is` (#1461) 2024-06-03 12:39:36 +00:00
version.go Upgrade TF provider to 1.59.0 (#1960) 2024-12-05 12:09:45 +01:00