Add build tag for oss (#13279)

This commit is contained in:
Chris S. Kim 2022-05-27 11:39:58 -04:00 committed by GitHub
parent 428e32706e
commit b2c4e8b2fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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) {}