uber-go / mock

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

mockgen: remove unused support file for Go < 1.18 #149

Closed alexandear closed 4 months ago

alexandear commented 5 months ago

This PR removes the file mockgen/generic_notgo118.go. This file is used for Go 1.17 and below. Now it is unneeded as the project supports Go 1.19 and above.