golang.org/x/pkgsite/internal/localdatasource.DataSource.loadedModules (field)
7 uses
golang.org/x/pkgsite/internal/localdatasource (current package)
datasource.go#L32: loadedModules map[string]*internal.Module
datasource.go#L40: loadedModules: make(map[string]*internal.Module),
datasource.go#L90: ds.loadedModules[fr.ModulePath] = fr.Module
datasource.go#L119: if ds.loadedModules[modulepath] == nil {
datasource.go#L123: module := ds.loadedModules[modulepath]
datasource.go#L145: module := ds.loadedModules[requestedModulePath]
datasource.go#L182: if ds.loadedModules[modulePath] != nil {
![]() |
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. |