golang.org/x/pkgsite/internal.Unit.Imports (field)
9 uses
golang.org/x/pkgsite/internal (current package)
unit.go#L51: Imports []string
golang.org/x/pkgsite/internal/fetch
unit.go#L66: dir.Imports = pkg.imports
golang.org/x/pkgsite/internal/frontend
imports.go#L51: for _, p := range u.Imports {
golang.org/x/pkgsite/internal/postgres
insert_module.go#L314: for _, i := range u.Imports {
insert_module.go#L341: sort.Strings(u.Imports)
insert_module.go#L392: if len(u.Imports) > 0 {
insert_module.go#L393: pathToImports[u.Path] = u.Imports
unit.go#L272: u.Imports = imports
golang.org/x/pkgsite/internal/testing/sample
sample.go#L237: Imports: imps,
![]() |
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. |