]> Cypherpunks repositories - gostls13.git/commit
compress/bzip2,lzw: use built-in clear to simplify code
authorapocelipes <seve3r@outlook.com>
Mon, 18 Mar 2024 08:56:12 +0000 (08:56 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 18 Mar 2024 16:57:58 +0000 (16:57 +0000)
commitaf0ebdd4c1ab7c58bcb131d51571ef6bc7250fed
tree900ac246b5eabc8b8c3a5b656728343e06b842c3
parentf40bf7486b4cf201c1d9f54d9e68c84422d055a2
compress/bzip2,lzw: use built-in clear to simplify code

Change-Id: I16c17e322c757c8c657364065948d7cec66a8346
GitHub-Last-Rev: 9a5104fe9874dd7c604c526be3f082487f2aaf01
GitHub-Pull-Request: golang/go#66377
Reviewed-on: https://go-review.googlesource.com/c/go/+/572199
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
Auto-Submit: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: qiulaidongfeng <2645477756@qq.com>
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/compress/bzip2/bzip2.go
src/compress/lzw/reader_test.go