golang.org/x/pkgsite/internal.SymbolHistory.GetSymbol (method)
3 uses
golang.org/x/pkgsite/internal (current package)
symbol.go#L123: func (sh *SymbolHistory) GetSymbol(name, v string, build BuildContext) (_ *SymbolMeta, err error) {
golang.org/x/pkgsite/internal/postgres
package_symbol.go#L45: _, err := sh.GetSymbol(sm.ParentName, v, build)
golang.org/x/pkgsite/internal/symbol
intro.go#L43: sm, err := sh.GetSymbol(name, version, build)
![]() |
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. |