const golang.org/x/mod/zip.MaxGoMod
5 uses
golang.org/x/mod/zip (current package)
zip.go#L73: MaxGoMod = 16 << 20
zip.go#L165: errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
zip.go#L302: if p == "go.mod" && size > MaxGoMod {
zip.go#L457: if name == "go.mod" && sz > MaxGoMod {
zip.go#L458: addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))
 |
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. |