golang.org/x/pkgsite/internal/source.Info.moduleDir (field)
14 uses
golang.org/x/pkgsite/internal/source (current package)
source.go#L47: moduleDir string // directory of module relative to repo root
source.go#L80: "dir": path.Join(i.moduleDir, dir),
source.go#L95: "file": path.Join(i.moduleDir, pathname),
source.go#L110: "file": path.Join(i.moduleDir, pathname),
source.go#L127: moduleDir := i.moduleDir
source.go#L168: ModuleDir: i.moduleDir,
source.go#L198: i.moduleDir = ji.ModuleDir
source.go#L288: moduleDir: relativeModulePath,
source.go#L313: moduleDir: stdlib.Directory(version),
source.go#L429: moduleDir: dir,
source.go#L500: dirWithoutVersion := removeVersionSuffix(info.moduleDir)
source.go#L501: if info.moduleDir == dirWithoutVersion {
source.go#L509: info.moduleDir = dirWithoutVersion
source.go#L824: moduleDir: moduleDir,
 |
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. |