mirror of https://github.com/status-im/consul.git
Fix missing comment in generated enterprise rate-limit file (#15895)
Fixes bug in #15564 where gofmt would strip out the generated code warning comment because it was on the same line as the build tag.
This commit is contained in:
parent
d53ce39c32
commit
ee2d47da83
|
@ -23,7 +23,8 @@ import "github.com/hashicorp/consul/agent/consul/rate"
|
|||
`
|
||||
|
||||
entTags = `//go:build consulent
|
||||
// +build consulent`
|
||||
// +build consulent
|
||||
`
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in New Issue