]> Cypherpunks repositories - gostls13.git/commit
hash/crc32: rename iEEETable to ieeeTable
authorJoe Tsai <joetsai@digital-static.net>
Fri, 20 Nov 2015 01:36:59 +0000 (17:36 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 20 Nov 2015 04:57:07 +0000 (04:57 +0000)
commitd6ee6c2d0654b2274fb80a5d1ca6f72f4c2da094
tree6ac7c176fc95a68437b9d9c8b2836414f8c8411f
parentec3daf0c626a79cab3b3b4cf13d0a912619d4303
hash/crc32: rename iEEETable to ieeeTable

iEEETable violates the Go naming conventions and is inconsistent
with the rest of the package. Use ieeeTable instead.

Change-Id: I04b201aa39759d159de2b0295f43da80488c2263
Reviewed-on: https://go-review.googlesource.com/17068
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
src/hash/crc32/crc32.go
src/hash/crc32/crc32_amd64.go
src/hash/crc32/crc32_amd64p32.go
src/hash/crc32/crc32_generic.go