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

CHORE: go generate (#2181)

Co-authored-by: Tom Limoncelli <tal@whatexit.org>
This commit is contained in:
Tom Limoncelli
2023-03-16 14:10:58 -04:00
committed by GitHub
parent 3b6591fd95
commit 8b2a38a845
2 changed files with 24 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
<!--
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 generate ./...
go mod tidy
!-->