const encoding/gob.maxLength
4 uses
encoding/gob (current package)
encoder.go#L30: const maxLength = 9 // Maximum size of an encoded length.
encoder.go#L31: var spaceForLength = make([]byte, maxLength)
encoder.go#L69: messageLen := len(message) - maxLength
encoder.go#L79: offset := maxLength - enc.countState.b.Len()
 |
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. |