mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
12 lines
150 B
Go
12 lines
150 B
Go
// +build !consulent
|
|
|
|
package autoconf
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func newEnterpriseConfig(t *testing.T) EnterpriseConfig {
|
|
return EnterpriseConfig{}
|
|
}
|