We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code generated by mockgen on Windows machines has a different header comment from code generated on other platforms.
@@ -3,7 +3,7 @@ // // Generated by this command: // -// mockgen -destination=mock_downloader.go -package downloader . Downloader +// mockgen.exe -destination=mock_downloader.go -package downloader . Downloader // // Package downloader is a generated GoMock package. package downloader
The text was updated successfully, but these errors were encountered:
MockGen header comment: trim .exe suffix on Windows (#119)
5b48f95
To address #118 --------- Co-authored-by: Marten Seemann <[email protected]>
#119 has been merged.
Sorry, something went wrong.
No branches or pull requests
Code generated by mockgen on Windows machines has a different header comment from code generated on other platforms.
The text was updated successfully, but these errors were encountered: