1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
stackexchange-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

10 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
!-->