func golang.org/x/pkgsite/internal/testing/sample.UnitForPackage
5 uses
golang.org/x/pkgsite/internal/testing/sample (current package)
sample.go#L177: return AddPackage(Module(ModulePath, VersionString), UnitForPackage(fp, ModulePath, VersionString, path.Base(fp), true))
sample.go#L191: lp := UnitForPackage(fp, modulePath, VersionString, path.Base(fp), m.IsRedistributable)
sample.go#L195: u := UnitForPackage(lp.Path, modulePath, version, lp.Name, lp.IsRedistributable)
sample.go#L229: func UnitForPackage(path, modulePath, version, name string, isRedistributable bool) *internal.Unit {
sample.go#L247: AddUnit(m, UnitForPackage(pkg.Path, m.ModulePath, m.Version, pkg.Name, pkg.IsRedistributable))
 |
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. |