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