1 package tests_per_file_new_file 2 3 import ( 4 "testing" 5 6 "github.com/bazelbuild/bazel-gazelle/testtools" 7 ) 8 9 type fileSpec testtools.FileSpec 10 11 func TestStuff(t *testing.T) {} 12
View as plain text