intimate/extractor/mirrativ_extractor/mirrativ_extractor_test.go

10 lines
75 B
Go
Raw Permalink Normal View History

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