1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DOCS: Pull request template: Fixed go mod tidy command (#2021)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Jeffrey Cafferata
2023-01-31 16:15:21 +01:00
committed by GitHub
parent d8d25bf608
commit e5b7870bb6

View File

@ -3,6 +3,6 @@ Before you submit a pull request, please make sure you've run the following comm
go fmt ./...
go generate
go tidy
go mod tidy
!-->