8 lines
72 B
Go
8 lines
72 B
Go
package fsm
|
|
|
|
import "testing"
|
|
|
|
func TestMain(t *testing.T) {
|
|
test1()
|
|
}
|