fix: follow Go convention about generated comment (#2292)
This commit is contained in:
parent
748e4c0d70
commit
36fa8b661f
2 changed files with 4 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
|||
package cmd
|
||||
// Code generated by 'make generate-dns'; DO NOT EDIT.
|
||||
|
||||
// CODE GENERATED AUTOMATICALLY
|
||||
// THIS FILE MUST NOT BE EDITED BY HAND
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
package cmd
|
||||
// Code generated by 'make generate-dns'; DO NOT EDIT.
|
||||
|
||||
// CODE GENERATED AUTOMATICALLY
|
||||
// THIS FILE MUST NOT BE EDITED BY HAND
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
Loading…
Reference in a new issue