Go Package os: Difference between revisions
Jump to navigation
Jump to search
(→File) |
|||
Line 16: | Line 16: | ||
* <tt>[https://golang.org/pkg/os/#Open os.Open()]</tt> | * <tt>[https://golang.org/pkg/os/#Open os.Open()]</tt> | ||
=Examples= | =Examples= |
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