mirror of
https://github.com/status-im/consul.git
synced 2025-02-06 19:04:59 +00:00
7 lines
107 B
Go
7 lines
107 B
Go
//go:build !consulent
|
|
// +build !consulent
|
|
|
|
package pbcommon
|
|
|
|
var DefaultEnterpriseMeta = EnterpriseMeta{}
|