Documentation ¶ Overview ¶ Package cat implements the functionality for the "cat" Unix tool. Index ¶ func Run(args []string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(args []string) Run is the entry point for the cat functionality. It parses flags, determines the source(s) of input (files or stdin), and then prints the file contents (optionally with line numbers). Types ¶ This section is empty. Source Files ¶ View all Source files cat.go Click to show internal directories. Click to hide internal directories.