gitlab.com/ethan.reesor/vscode-notebooks/yaegi@v0.0.0-20220417214422-5c573557938e/_test/alias3/alias3.go (about) 1 package alias3 2 3 type T struct { 4 A string 5 } 6 7 func (t *T) Print() { 8 println(t.A) 9 }