Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertAndPrintFromArgsOrStdin ¶
ConvertAndPrintFromArgsOrStdin takes a conversion function, and as conversion input it uses (1) files or strings specified in args; or (2) stdin. The conversion function should convert an input string to another (output) string. It's a utility for writing simple code for processing textfiles, typically converting each input line into another output line (upcase, line length, etc).
func ConvertAndPrintFromFilesOrStdin ¶
ConvertAndPrintFromFilesOrStdin
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.