Go Package os: Difference between revisions
Jump to navigation
Jump to search
(→File) |
(→File) |
||
Line 11: | Line 11: | ||
* <tt>[https://golang.org/pkg/os/#Open os.Open()]</tt> | * <tt>[https://golang.org/pkg/os/#Open os.Open()]</tt> | ||
=<tt>File</tt>= | =<tt>os.File</tt>= | ||
* https://golang.org/pkg/os/#File | * https://golang.org/pkg/os/#File |
Revision as of 03:56, 31 March 2016
External
Internal
op Package Functions
os.File
os.File Methods
FileInfo
FileInfo Methods
- Size()
Examples
- Reading a file: playground/go/os/read-file/read-file.go