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