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