]> Cypherpunks.ru repositories - gostls13.git/commit
io/fs: add FormatFileInfo and FormatDirEntry functions
authorIan Lance Taylor <iant@golang.org>
Thu, 27 Apr 2023 00:44:24 +0000 (17:44 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 2 May 2023 17:59:28 +0000 (17:59 +0000)
commit72ba91902a39abb47ee9681319d517d4413e3b65
tree0be1fa497e55a15242f14c09660e31b876ae6208
parent630ef2edc2a7f6138c9eb0ed8eb8216a32ed0339
io/fs: add FormatFileInfo and FormatDirEntry functions

For #54451

Change-Id: I3214066f77b1398ac1f2786ea035c83f32f0a826
Reviewed-on: https://go-review.googlesource.com/c/go/+/489555
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
api/next/54451.txt [new file with mode: 0644]
src/io/fs/format.go [new file with mode: 0644]
src/io/fs/format_test.go [new file with mode: 0644]