dnscontrol/.github/pull_request_template.md
Tom Limoncelli 8b2a38a845
CHORE: go generate (#2181)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-03-16 14:10:58 -04:00

9 lines
178 B
Markdown

<!--
Before you submit a pull request, please make sure you've run the following commands from the root directory.
go vet ./...
go fmt ./...
go generate ./...
go mod tidy
!-->