golang.org/x/pkgsite/internal/godoc/codec.generator.funcName (method)
5 uses
golang.org/x/pkgsite/internal/godoc/codec (current package)
generate.go#L82: "funcName": g.funcName,
generate.go#L218: fn := g.funcName(t)
generate.go#L355: return fmt.Sprintf("encode_%s(e, %s)", g.funcName(t), arg)
generate.go#L376: return fmt.Sprintf("decode_%s(d, &%s)", g.funcName(t), arg)
generate.go#L428: func (g *generator) funcName(t reflect.Type) string {
![]() |
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. |