Searched defs:PackagePublic (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/ |
D | pkg.go | 55 PackagePublic // visible in 'go list' anonMember 59 type PackagePublic struct { struct 63 Dir string `json:",omitempty"` // directory containing package sources 64 ImportPath string `json:",omitempty"` // import path of package in dir 65 …ortComment string `json:",omitempty"` // path in import comment on package statement 66 Name string `json:",omitempty"` // package name 67 Doc string `json:",omitempty"` // package documentation string 68 … string `json:",omitempty"` // installed target for this package (may be executable) 69 … `json:",omitempty"` // the shared library that contains this package (only set when -linkshared) 70 … `json:",omitempty"` // Go root, Go path dir, or module root dir containing this package [all …]
|