]> Cypherpunks repositories - gostls13.git/commit
bytes,strings: remove redundant return statement for Lines
authorJes Cok <xigua67damn@gmail.com>
Wed, 19 Feb 2025 15:07:53 +0000 (15:07 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 19 Feb 2025 18:22:08 +0000 (10:22 -0800)
commit3c05790d4847ba2d0d06b5ba3f82b311a99d531c
tree718f75b504517f11a250dcf56722e1297098db69
parent6e0a81ac6149e28f75f4e61bd375c4fc426280df
bytes,strings: remove redundant return statement for Lines

To make it more idiomatic.

Change-Id: If48ae9931908e515df7f23185aac6f84aac72084
GitHub-Last-Rev: 525ed5031a08388f637bd2a09bd47c9e25df21f1
GitHub-Pull-Request: golang/go#71838
Reviewed-on: https://go-review.googlesource.com/c/go/+/650595
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Commit-Queue: Robert Griesemer <gri@google.com>
src/bytes/iter.go
src/strings/iter.go