var golang.org/x/pkgsite/internal/testing/sample.ModulePath

6 uses

	golang.org/x/pkgsite/internal/testing/sample (current package)
		sample.go#L33: 	ModulePath                = "github.com/valid/module_name"
		sample.go#L48: 	PackagePath    = path.Join(ModulePath, Suffix)
		sample.go#L176: 	fp := constructFullPath(ModulePath, Suffix)
		sample.go#L177: 	return AddPackage(Module(ModulePath, VersionString), UnitForPackage(fp, ModulePath, VersionString, path.Base(fp), true))
		sample.go#L291: 		ModulePath:       ModulePath,