go/types.Scope.WriteTo (method) 3 uses go/types (current package) scope.go#L214: func (s *Scope) WriteTo(w io.Writer, n int, recurse bool) { scope.go#L227: s.WriteTo(w, n+1, recurse) scope.go#L237: s.WriteTo(&buf, 0, false)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)