diff --git a/testdata/nothing.go b/testdata/nothing.go new file mode 100644 index 0000000..fc36386 --- /dev/null +++ b/testdata/nothing.go @@ -0,0 +1 @@ +package gomod diff --git a/testdata/nothing_test.go b/testdata/nothing_test.go new file mode 100644 index 0000000..eb69d51 --- /dev/null +++ b/testdata/nothing_test.go @@ -0,0 +1,9 @@ +package gomod + +import ( + "testing" +) + +func TestNothing(_ *testing.T) { + +}