github.com/gsquire/gb@v0.4.4-0.20161112235727-3982dc872064/testdata/src/a/a_test.go (about)

     1  package a
     2  
     3  import "testing"
     4  
     5  func TestA(t *testing.T) {
     6  	t.Log("A")
     7  }