const golang.org/x/pkgsite/internal.SymbolSectionTypes
16 uses
golang.org/x/pkgsite/internal (current package)
symbol.go#L22: SymbolSectionTypes SymbolSection = "Types"
golang.org/x/pkgsite/internal/frontend
symbol.go#L213: Section: internal.SymbolSectionTypes,
symbol.go#L260: internal.SymbolSectionTypes} {
golang.org/x/pkgsite/internal/godoc/dochtml
symbol.go#L127: Section: internal.SymbolSectionTypes,
symbol.go#L157: c2.Section = internal.SymbolSectionTypes
symbol.go#L172: v2.Section = internal.SymbolSectionTypes
symbol.go#L186: Section: internal.SymbolSectionTypes,
symbol.go#L210: Section: internal.SymbolSectionTypes,
symbol.go#L225: Section: internal.SymbolSectionTypes,
symbol.go#L244: Section: internal.SymbolSectionTypes,
golang.org/x/pkgsite/internal/postgres
package_symbol.go#L44: if sm.Section == internal.SymbolSectionTypes && sm.Kind != internal.SymbolKindType {
symbol.go#L402: case internal.SymbolSectionTypes:
golang.org/x/pkgsite/internal/testing/sample
sample.go#L112: Section: internal.SymbolSectionTypes,
sample.go#L123: Section: internal.SymbolSectionTypes,
sample.go#L136: Section: internal.SymbolSectionTypes,
sample.go#L143: Section: internal.SymbolSectionTypes,
 |
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. |