We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go generated
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
There is no go generate when building and testing. When related codes are edit, the generated codes are not changed accordingly (see #194).
go generate
The text was updated successfully, but these errors were encountered:
[close #378] *: add go:generate to building and testing process (#379)
c1d7530
* add go:generate Signed-off-by: Ping Yu <[email protected]> * add tools/Makefile Signed-off-by: Ping Yu <[email protected]> * fix build error Signed-off-by: Ping Yu <[email protected]> --------- Signed-off-by: Ping Yu <[email protected]>
Successfully merging a pull request may close this issue.
Bug Report
1. Describe the bug
There is no
go generate
when building and testing. When related codes are edit, the generated codes are not changed accordingly (see #194).2. Minimal reproduce step (Required)
3. What did you see instead (Required)
4. What did you expect to see? (Required)
5. What is your migration tool and TiKV version? (Required)
The text was updated successfully, but these errors were encountered: