const golang.org/x/pkgsite/internal.SymbolKindMethod
6 uses
golang.org/x/pkgsite/internal (current package)
symbol.go#L34: SymbolKindMethod SymbolKind = "Method"
golang.org/x/pkgsite/internal/frontend
symbol.go#L246: parent.Children = append(cm[internal.SymbolKindMethod], symbols...)
symbol.go#L248: parent.Children = append(symbols, cm[internal.SymbolKindMethod]...)
golang.org/x/pkgsite/internal/godoc/dochtml
symbol.go#L223: Kind: internal.SymbolKindMethod,
symbol.go#L242: Kind: internal.SymbolKindMethod,
golang.org/x/pkgsite/internal/testing/sample
sample.go#L144: Kind: internal.SymbolKindMethod,
![]() |
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. |