Add build tag for oss (#13279)
This commit is contained in:
parent
0481a99a70
commit
e1b376f377
|
@ -1,8 +1,12 @@
|
|||
//go:build !consulent
|
||||
// +build !consulent
|
||||
|
||||
package command
|
||||
|
||||
import (
|
||||
"github.com/hashicorp/consul/command/cli"
|
||||
mcli "github.com/mitchellh/cli"
|
||||
|
||||
"github.com/hashicorp/consul/command/cli"
|
||||
)
|
||||
|
||||
func registerEnterpriseCommands(_ cli.Ui, _ map[string]mcli.CommandFactory) {}
|
||||
|
|
Loading…
Reference in New Issue