type golang.org/x/pkgsite/internal.SymbolSection

9 uses

	golang.org/x/pkgsite/internal (current package)
		symbol.go#L16: type SymbolSection string
		symbol.go#L19: 	SymbolSectionConstants SymbolSection = "Constants"
		symbol.go#L20: 	SymbolSectionVariables SymbolSection = "Variables"
		symbol.go#L21: 	SymbolSectionFunctions SymbolSection = "Functions"
		symbol.go#L22: 	SymbolSectionTypes     SymbolSection = "Types"
		symbol.go#L67: 	Section SymbolSection

	golang.org/x/pkgsite/internal/frontend
		symbol.go#L27: 	Section internal.SymbolSection
		symbol.go#L229: 	sm := map[internal.SymbolSection][]*Symbol{}
		symbol.go#L256: 	for _, section := range []internal.SymbolSection{