github.com/april1989/origin-go-tools@v0.0.32/cmd/guru/testdata/src/peers/main.golden (about) 1 -------- @pointsto pointsto-chA -------- 2 this chan *int may point to these objects: 3 makechan 4 makechan 5 6 -------- @pointsto pointsto-chA2 -------- 7 this chan *int may point to these objects: 8 makechan 9 10 -------- @pointsto pointsto-chB -------- 11 this chan *int may point to these objects: 12 makechan 13 14 -------- @peers peer-recv-chA -------- 15 This channel of type chan *int may be: 16 allocated here 17 allocated here 18 sent to, here 19 sent to, here 20 received from, here 21 received from, here 22 received from, here 23 received from, here 24 received from, here 25 closed, here 26 27 -------- @pointsto pointsto-rA -------- 28 this *int may point to these objects: 29 peers.a2 30 a1 31 32 -------- @peers peer-recv-chB -------- 33 This channel of type chan *int may be: 34 allocated here 35 sent to, here 36 received from, here 37 received from, here 38 39 -------- @pointsto pointsto-rB -------- 40 this *int may point to these objects: 41 b 42 43 -------- @peers peer-recv-chA' -------- 44 This channel of type chan *int may be: 45 allocated here 46 allocated here 47 sent to, here 48 sent to, here 49 received from, here 50 received from, here 51 received from, here 52 received from, here 53 received from, here 54 closed, here 55 56 -------- @peers peer-send-chA' -------- 57 This channel of type chan *int may be: 58 allocated here 59 sent to, here 60 received from, here 61 received from, here 62 received from, here 63 received from, here 64 received from, here 65 closed, here 66 67 -------- @peers peer-close-chA -------- 68 This channel of type chan *int may be: 69 allocated here 70 allocated here 71 sent to, here 72 sent to, here 73 received from, here 74 received from, here 75 received from, here 76 received from, here 77 received from, here 78 closed, here 79 80 -------- @peers peer-close-chC -------- 81 This channel of type chan *int may be: 82 allocated here 83 sent to, here 84 received from, here 85 closed, here 86 87 -------- @peers peer-send-chC -------- 88 This channel of type chan *int may be: 89 allocated here 90 sent to, here 91 received from, here 92 closed, here 93 94 -------- @peers peer-recv-chC -------- 95 This channel of type chan *int may be: 96 allocated here 97 sent to, here 98 received from, here 99 closed, here 100