]> Cypherpunks repositories - gostls13.git/commit
io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fs
authorRuss Cox <rsc@golang.org>
Mon, 6 Jul 2020 13:49:20 +0000 (09:49 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 20 Oct 2020 02:32:41 +0000 (02:32 +0000)
commitd4da735091986868015369e01c63794af9cc9b84
tree4f23c46dc0786122d9d8883f1dfb8003c514909e
parent627959eb04ee0edc4a985a7526ed7fe838ad2573
io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fs

First step of creating the new io/fs package.

For #41190.

Change-Id: I1339b1abdd533b0f1deab283628088b2f706fb5b
Reviewed-on: https://go-review.googlesource.com/c/go/+/243906
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
api/except.txt
api/next.txt
src/cmd/api/goapi.go
src/io/fs/fs.go [new file with mode: 0644]
src/os/error.go
src/os/types.go