intimate/extractor/mirrativ_extractor/mirrativ_extractor_test.go

10 lines
75 B
Go
Raw Normal View History

2020-09-15 17:09:22 +08:00
package main
2020-09-15 19:06:03 +08:00
import (
"testing"
)
func TestDo(t *testing.T) {
main()
2020-09-15 17:09:22 +08:00
}