uber-go / mock

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

Do not expose “Code generated by” block in package comments #168

Closed tie closed 1 month ago

tie commented 3 months ago

Fixes a regression introduced in https://github.com/uber-go/mock/pull/31 (before, mockgen always added an empty line between package comment and preceding comments).

“Code generated by” block should not be a part of the package comment.

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

tie commented 2 months ago

@sywhang gentle ping, is there anything blocking this change?