14 lines
191 B
Go
14 lines
191 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"intimate"
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
var estore = intimate.NewStoreExtractor()
|
||
|
var sstore = intimate.NewStoreSource(string(intimate.STOpenrec))
|
||
|
|
||
|
func TestCase0(t *testing.T) {
|
||
|
|
||
|
}
|