Go Package os: Difference between revisions
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
==<tt>FileInfo</tt> Methods== | ==<tt>FileInfo</tt> Methods== | ||
* <tt> | * <font color=red><tt>Size()</tt></font> | ||
=Examples= | =Examples= |
Revision as of 03:49, 31 March 2016
External
Internal
op Package Functions
File
File Methods
FileInfo
FileInfo Methods
- Size()
Examples
- Reading a file: playground/go/os/read-file/read-file.go