intimate/store_test.go

11 lines
136 B
Go
Raw Normal View History

2020-07-07 04:04:05 +00:00
package main
import (
"testing"
)
func TestStoreInsert(t *testing.T) {
// ht := hunter.NewHunter(openrecRanking)
// ht.Execute()
}