]> Cypherpunks repositories - gostls13.git/commit
io: add a new ReadSeekCloser interface
authorMohamed Attahri <mohamed@attahri.com>
Tue, 13 Oct 2020 02:26:19 +0000 (02:26 +0000)
committerIan Lance Taylor <iant@golang.org>
Wed, 14 Oct 2020 17:05:21 +0000 (17:05 +0000)
commitb95f0b123160a67c9e0b1d8c03993fe1e8208800
tree950beef5ddfeecf3cbd5574be41b6558031c021f
parent1671509ea3ff539500c89ba83753ed3caeec3ced
io: add a new ReadSeekCloser interface

Research showed that this interface is defined frequently enough in
real-world usage to justify its addition to the standard library.

Fixes #40962

Change-Id: I522fe8f9b8753c3fa42ccc1def49611cf88cd340
GitHub-Last-Rev: 6a45be66b42e482a06d9809d9da20c195380988b
GitHub-Pull-Request: golang/go#41939
Reviewed-on: https://go-review.googlesource.com/c/go/+/261577
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
src/io/io.go