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