10 lines
147 B
Go
10 lines
147 B
Go
|
// +build !pro,!ent
|
||
|
|
||
|
package state
|
||
|
|
||
|
import (
|
||
|
"github.com/mitchellh/go-testing-interface"
|
||
|
)
|
||
|
|
||
|
func TestInitState(t testing.T, state *StateStore) {}
|