Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
f485fa4b
Commit
f485fa4b
authored
Jan 16, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add type to stat printed output
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
1957094f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
core/commands/files/files.go
core/commands/files/files.go
+1
-0
No files found.
core/commands/files/files.go
View file @
f485fa4b
...
...
@@ -87,6 +87,7 @@ var FilesStatCmd = &cmds.Command{
fmt
.
Fprintf
(
buf
,
"Size: %d
\n
"
,
out
.
Size
)
fmt
.
Fprintf
(
buf
,
"CumulativeSize: %d
\n
"
,
out
.
CumulativeSize
)
fmt
.
Fprintf
(
buf
,
"ChildBlocks: %d
\n
"
,
out
.
Blocks
)
fmt
.
Fprintf
(
buf
,
"Type: %s
\n
"
,
out
.
Type
)
return
buf
,
nil
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment