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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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