Go Viewer Test

Home|go_viewer_test/test_files/sel/subsel/test_level_other.go
1package subsel
2
3import "fmt"
4
5type TestStructSubOther struct {
6    E string
7    F int
8}
9
10type TestStructOther struct {
11    A string
12    B int
13    C TestStructSub
14}
15
16func (ts TestStructOtherSayGood(word string) {
17    fmt.Printf("hello good %s"word)
18}
19
20func (ts TestStructOtherSayGood2(word string) {
21    fmt.Printf("hello good %s"word)
22    ts.SayGood("")
23}
24func (ts TestStructOtherSayGoodXXBB(word string) {
25    fmt.Printf("hello good %s"word)
26    ts.SayGood("")
27}
28
MembersX
TestStructOther.SayGoodXXBB.ts
TestStructSubOther.F
TestStructOther.A
TestStructOther.SayGood
TestStructOther.SayGood2.ts
TestStructOther.SayGoodXXBB.word
TestStructOther.B
TestStructOther.C
TestStructOther.SayGood.ts
TestStructOther.SayGood.word
TestStructOther.SayGoodXXBB
TestStructSubOther
TestStructOther
TestStructOther.SayGood2.word
TestStructSubOther.E
TestStructOther.SayGood2
Members
X