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)),