intimate/extractor/nimo_extractor/nimo_extractor_test.go
2020-09-03 14:17:54 +08:00

10 lines
80 B
Go

package main
import (
"testing"
)
func TestMain(t *testing.T) {
Execute()
}