4d90afb425
mostly to handle build directives in 1.17.
7 lines
94 B
Go
7 lines
94 B
Go
//go:build !ent
|
|
// +build !ent
|
|
|
|
package nomad
|
|
|
|
func defaultEnterpriseTestConfig(c *Config) {}
|