Skip to content

Commit 8a704e4

Browse files
aykevldeadprogram
authored andcommitted
os: gofmt
1 parent 8476814 commit 8a704e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/os/file.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ const (
145145

146146
// A FileInfo describes a file and is returned by Stat and Lstat.
147147
type FileInfo interface {
148-
Name() string // base name of the file
149-
Size() int64 // length in bytes for regular files; system-dependent for others
150-
Mode() FileMode // file mode bits
148+
Name() string // base name of the file
149+
Size() int64 // length in bytes for regular files; system-dependent for others
150+
Mode() FileMode // file mode bits
151151
// ModTime() time.Time // modification time
152-
IsDir() bool // abbreviation for Mode().IsDir()
153-
Sys() interface{} // underlying data source (can return nil)
152+
IsDir() bool // abbreviation for Mode().IsDir()
153+
Sys() interface{} // underlying data source (can return nil)
154154
}
155155

156156
// Stat is a stub, not yet implemented

0 commit comments

Comments
 (0)