]> Cypherpunks repositories - gostls13.git/commit
internal/poll: use io.Seek* constants
authorTobias Klauser <tklauser@distanz.ch>
Tue, 29 Oct 2024 15:27:58 +0000 (16:27 +0100)
committerGopher Robot <gobot@golang.org>
Tue, 29 Oct 2024 17:01:50 +0000 (17:01 +0000)
commitcf967172097948a57d2e7cd037db87eaf261ec44
tree197af6247f926ec71eecce392ed8d92da89669ac
parent4b30a40d8856cc3f6c8f629a9f825feeaf9848af
internal/poll: use io.Seek* constants

internal/poll already imports io so use the io.Seek* constants instead
of defining them locally.

Change-Id: I91218c021e882e044503cae64b699e5a236ecc38
Reviewed-on: https://go-review.googlesource.com/c/go/+/623236
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/internal/poll/sendfile_unix.go