go/types.Package.Path (method)
7 uses
go/types (current package)
object.go#L504: s = pkg.Path()
package.go#L31: func (pkg *Package) Path() string { return pkg.path }
typestring.go#L42: return other.Path()
golang.org/x/tools/internal/gcimporter
bexport.go#L198: p.string(pkg.Path())
gcimporter.go#L265: func (a byPath) Less(i, j int) bool { return a[i].Path() < a[j].Path() }
iexport.go#L426: return pkg.Path()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)