Go Package os: Difference between revisions
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;"> | <blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;"> | ||
:[https://github.com/NovaOrdis/playground/blob/master/go/os/read-file/read-file.go playground/go/os/read-file/read-file.go] - Reading a file<br> | |||
:[https://github.com/NovaOrdis/playground/blob/master/go/os/read-file/read-file-2.go playground/go/os/read-file/read-file-2.go] - Reading a file (more compact code)<br> | |||
</blockquote> | </blockquote> |
Revision as of 04:06, 31 March 2016
External
Internal
os Package Functions
os.File
os.File Methods
FileInfo
FileInfo Methods
- Size()
Examples
- playground/go/os/read-file/read-file.go - Reading a file
- playground/go/os/read-file/read-file-2.go - Reading a file (more compact code)