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