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