Sign in
go
/
tools
/
63ec6f9ccb03c2a50c7e30d4e0ad29bf301e6d36
/
.
/
go
/
analysis
/
passes
/
tests
/
testdata
/
src
/
b
/
b.go
blob: b654c05252e8150c3936870de0bb0205699f93d5 [
file
]
package b
type Foo struct {
}
func (f *Foo) F() {
}