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{
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |