mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
io/fs: fix package reference in FS godoc
Reported by Ben on golang-dev https://groups.google.com/g/golang-dev/c/gsoj5Vv15j0/m/kZxzYUdnAQAJ Change-Id: Ic2c9600b831592ad54036b816138760b7fbb737a Reviewed-on: https://go-review.googlesource.com/c/go/+/277377 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
d06794da4a
commit
278b9a8a4a
1 changed files with 1 additions and 2 deletions
|
|
@ -16,8 +16,7 @@ import (
|
|||
//
|
||||
// The FS interface is the minimum implementation required of the file system.
|
||||
// A file system may implement additional interfaces,
|
||||
// such as fsutil.ReadFileFS, to provide additional or optimized functionality.
|
||||
// See io/fsutil for details.
|
||||
// such as ReadFileFS, to provide additional or optimized functionality.
|
||||
type FS interface {
|
||||
// Open opens the named file.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue