mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
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…
Add table
Add a link
Reference in a new issue