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 |
||
---|---|---|
.. | ||
libs/filer | ||
README.md |
README.md
Interface mocking
Use this directory to store mocks for interfaces in this repository.
Please use the same package structure for the mocks as the interface it is mocking.
Refresh mocks by running:
go run github.com/vektra/mockery/v2@b9df18e0f7b94f0bc11af3f379c8a9aea1e1e8da