golang.org/x/pkgsite/internal.UnitMeta.Name (field)
17 uses
golang.org/x/pkgsite/internal (current package)
unit.go#L16: Name string
unit.go#L28: return um.Name != ""
unit.go#L33: return um.IsPackage() && um.Name == "main"
golang.org/x/pkgsite/internal/fetch
unit.go#L65: dir.Name = pkg.name
golang.org/x/pkgsite/internal/frontend
header.go#L32: return effectiveName(um.Path, um.Name)
header.go#L34: return um.Name
golang.org/x/pkgsite/internal/localdatasource
datasource.go#L163: um.Name = u.Name
golang.org/x/pkgsite/internal/postgres
insert_module.go#L378: u.Name,
unit.go#L104: &um.Name,
golang.org/x/pkgsite/internal/proxydatasource
details.go#L60: um.Name = d.Name
golang.org/x/pkgsite/internal/testing/sample
sample.go#L195: u := UnitForPackage(lp.Path, modulePath, version, lp.Name, lp.IsRedistributable)
sample.go#L197: m.Units[0].Name = u.Name
sample.go#L247: AddUnit(m, UnitForPackage(pkg.Path, m.ModulePath, m.Version, pkg.Name, pkg.IsRedistributable))
sample.go#L353: Name: 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. |