var github.com/go-redis/redis/v8/internal/hashtag.crc16tab
2 uses
github.com/go-redis/redis/v8/internal/hashtag (current package)
hashtag.go#L15: var crc16tab = [256]uint16{
hashtag.go#L75: crc = (crc << 8) ^ crc16tab[(byte(crc>>8)^key[i])&0x00ff]
![]() |
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. |