Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadAll ¶
ReadAll is the moral equivalent of using <ARGV> in a list context in perl.
This should be changed to read _any_ Reader into a []string.
func ReadChompAll ¶
ReadChompAll is the moral equivalent of using <ARGV> in a list context, followed by chomping the input lines (with the canonical record separator).
func ReadToChannels ¶
func Reader ¶
Reader provides a Reader (filehandle) type interface similar to the Perl ARGV filehandle. It inhales all of the data from the command-line named files, or if there aren't any, it consumes os.Stdin.
func ReaderLoggingErrors ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.