intimate/extractor/nimo_extractor/nimo_extractor_test.go

10 lines
80 B
Go
Raw Normal View History

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