Closed enarha closed 1 year ago
/kind cleanup
@avinal good point. I updated the PR to exclude the .pb.go files as well (in addition to vendor/).
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: avinal, sayan-biswas
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Go 1.18 includes the pre-declared identifier "any", which is a shorter alias of "interface{}". The following command was used to replace each instance of "interface{}" with "any" in the codebase excluding the vendor directory and auto generated protobuf files (.pb.go).
gofmt -r 'interface{} -> any' -w .
/kind misc
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you review them:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tep