12 lines
150 B
Go
12 lines
150 B
Go
// +build !consulent
|
|
|
|
package autoconf
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func newEnterpriseConfig(t *testing.T) EnterpriseConfig {
|
|
return EnterpriseConfig{}
|
|
}
|