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