83bf7ab3ff
This should let freshly recompiled golangci-lint binaries using Go 1.17 pass 'make lint'
14 lines
226 B
Go
14 lines
226 B
Go
//go:build !consulent
|
|
// +build !consulent
|
|
|
|
package pbservice
|
|
|
|
import (
|
|
fuzz "github.com/google/gofuzz"
|
|
|
|
"github.com/hashicorp/consul/agent/structs"
|
|
)
|
|
|
|
func randEnterpriseMeta(_ *structs.EnterpriseMeta, _ fuzz.Continue) {
|
|
}
|