github.com/gobuffalo/buffalo-cli/v2@v2.0.0-alpha.15.0.20200919213536-a7350c8e6799/cli/cmds/test/internal/testdata/b/b_test.go (about)

     1  package b
     2  
     3  import "testing"
     4  
     5  func Test_B(t *testing.T) {
     6  	t.Log("B")
     7  }