]> Cypherpunks repositories - gostls13.git/commit
all: omit unnecessary 0 in slice expression
authornlwkobe30 <nlwkobe30@gmail.com>
Fri, 30 Aug 2024 19:05:07 +0000 (19:05 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 3 Sep 2024 20:55:15 +0000 (20:55 +0000)
commit7cd0a4be5cdbb84142ec330daba6087eece48341
tree498439f59e7cf228c9427c540bccdc7c2930fe7c
parentb8e533a7cdc60d84a0c52bfaf3dcb5bf148ac3a8
all: omit unnecessary 0 in slice expression

All changes are related to the code, except for the comments in src/regexp/syntax/parse.go and src/slices/slices.go.

Change-Id: I73c5d3c54099749b62210aa7f3182c5eb84bb6a6
GitHub-Last-Rev: 794aa9b0539811d00e1cd42be1e8d9fe9afe0281
GitHub-Pull-Request: golang/go#69170
Reviewed-on: https://go-review.googlesource.com/c/go/+/609678
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
19 files changed:
src/bufio/bufio_test.go
src/bytes/buffer_test.go
src/bytes/bytes.go
src/cmd/internal/notsha256/sha256_test.go
src/crypto/cipher/ctr_aes_test.go
src/crypto/internal/cryptotest/aead.go
src/crypto/internal/cryptotest/hash.go
src/crypto/md5/md5_test.go
src/crypto/sha1/sha1_test.go
src/crypto/sha256/sha256_test.go
src/crypto/subtle/constant_time_test.go
src/go/internal/gccgoimporter/parser.go
src/internal/stringslite/strings.go
src/math/big/natdiv.go
src/net/http/client_test.go
src/regexp/syntax/parse.go
src/slices/slices.go
src/time/format.go
src/unicode/utf8/utf8_test.go