golang.org/x/pkgsite/internal/godoc.File.Name (field)
8 uses
golang.org/x/pkgsite/internal/godoc (current package)
encode_ast.gen.go#L3829: if x.Name != "" {
encode_ast.gen.go#L3831: e.EncodeString(x.Name)
encode_ast.gen.go#L3858: x.Name = d.DecodeString()
godoc.go#L46: Name string // full file pathname relative to zip content directory
godoc.go#L70: Name: filename,
golang.org/x/pkgsite/internal/frontend
doc.go#L46: if strings.HasSuffix(f.Name, "_test.go") {
doc.go#L50: Name: f.Name,
doc.go#L51: URL: u.SourceInfo.FileURL(path.Join(internal.Suffix(u.Path, u.ModulePath), f.Name)),
![]() |
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. |