const hash/adler32.marshaledSize

3 uses

	hash/adler32 (current package)
		adler32.go#L55: 	marshaledSize = len(magic) + 4
		adler32.go#L59: 	b := make([]byte, 0, marshaledSize)
		adler32.go#L69: 	if len(b) != marshaledSize {