intimate/extractor/twitch_extractor/twitch_test.go

14 lines
191 B
Go
Raw Normal View History

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