go/src/hash
Danil Timerbulatov 527829a7cb all: remove newline characters after return statements
This commit is aimed at improving the readability and consistency
of the code base. Extraneous newline characters were present after
some return statements, creating unnecessary separation in the code.

Fixes #64610

Change-Id: Ic1b05bf11761c4dff22691c2f1c3755f66d341f7
Reviewed-on: https://go-review.googlesource.com/c/go/+/548316
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2023-12-14 17:22:18 +00:00
..
adler32 hash: simplify binary operations 2023-11-19 15:24:07 +00:00
crc32 hash: simplify binary operations 2023-11-19 15:24:07 +00:00
crc64 hash: simplify binary operations 2023-11-19 15:24:07 +00:00
fnv all: remove newline characters after return statements 2023-12-14 17:22:18 +00:00
maphash math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
example_test.go
hash.go hash: add available godoc link 2023-10-13 19:15:34 +00:00
marshal_test.go
test_cases.txt
test_gen.awk