golang.org/x/pkgsite/internal/proxy.Module.Files (field)
12 uses
golang.org/x/pkgsite/internal/proxy (current package)
module.go#L13: Files map[string]string
module.go#L51: _, ok := m.Files[filename]
module.go#L59: if m.Files != nil {
module.go#L60: m2.Files = map[string]string{}
module.go#L61: for k, v := range m.Files {
module.go#L62: m2.Files[k] = v
module.go#L66: delete(m2.Files, filename)
module.go#L68: m2.Files[filename] = *contents
server.go#L69: goMod := m.Files["go.mod"]
server.go#L177: for path, contents := range m.Files {
test_helper.go#L89: Files: map[string]string{},
test_helper.go#L101: m.Files[f.Name] = strings.TrimSpace(testModuleReplacer.Replace(string(f.Data)))
![]() |
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. |