uber-go / mock

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

chore: delete obsolete // +build lines #147

Closed alexandear closed 5 months ago

alexandear commented 5 months ago

This PR removes outdated // +build build constraints. I used go fix ./... to remove the // +build lines that have become obsolete in Go 1.18. See https://go.dev/doc/go1.18#go-build-lines.

alexandear commented 5 months ago

Not needed because of #149