uber-go / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
2.13k stars 109 forks source link

Replace 'interface{}' with 'any' #48

Closed alexandear closed 1 year ago

alexandear commented 1 year ago

This PR replaces interface{} with any by running the command:

gofmt -w -r 'interface{} -> any' .