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

     1  package g_test
     2  
     3  import "g"
     4  import "testing"
     5  
     6  func TestWhatever(t *testing.T) {
     7  	t.Log(g.WHATEVER)
     8  }