github.com/bazelbuild/bazel-gazelle@v0.36.1-0.20240520142334-61b277ba6fed/language/go/testdata/tests_per_file_new_file/foo_test.go (about)

     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) {}