github.com/sc0rp1us/gb@v0.4.1-0.20160319180011-4ba8cf1baa5a/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  }