8 lines
101 B
Go
8 lines
101 B
Go
|
// +build !consulent
|
||
|
|
||
|
package state
|
||
|
|
||
|
func (s *Store) setupDefaultTestEntMeta() error {
|
||
|
return nil
|
||
|
}
|