golang.org/x/pkgsite/internal.SymbolHistory.AddSymbol (method)
5 uses
golang.org/x/pkgsite/internal (current package)
symbol.go#L142: func (sh *SymbolHistory) AddSymbol(sm SymbolMeta, v string, build BuildContext) {
golang.org/x/pkgsite/internal/frontend
symbol.go#L325: sh.AddSymbol(sm, v, internal.BuildContextAll)
symbol.go#L341: sh.AddSymbol(sm, v, build)
golang.org/x/pkgsite/internal/postgres
package_symbol.go#L98: sh.AddSymbol(sm, v, build)
golang.org/x/pkgsite/internal/symbol
intro.go#L47: outSH.AddSymbol(*sm, 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. |