]> Cypherpunks repositories - gostls13.git/commit
internal/pkgbits: s/errorf/panicf/ because that's what it is
authorRobert Griesemer <gri@golang.org>
Mon, 19 Aug 2024 21:15:04 +0000 (14:15 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 19 Aug 2024 23:36:23 +0000 (23:36 +0000)
commit7fcd4a7007979e4aaa9e8893bd0088f5f28627e7
tree70bca39afacb7ae3911df0f63b32f85bba6ac007
parent2e0a6f855b9af3441347b1b430e5a5e6f82a37fa
internal/pkgbits: s/errorf/panicf/ because that's what it is

Make it obvious that this function panics.

Change-Id: I272142d2cf7132aa8915f8f4b5945834376db062
Reviewed-on: https://go-review.googlesource.com/c/go/+/606935
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/internal/pkgbits/decoder.go
src/internal/pkgbits/encoder.go
src/internal/pkgbits/support.go