Documentation ¶ Overview ¶ Package table provides simple ASCII table rendering for terminal output. Index ¶ func Render(w io.Writer, headers []string, data [][]string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Render ¶ func Render(w io.Writer, headers []string, data [][]string) Render outputs a formatted ASCII table to the provided writer. The table displays headers as the first row followed by data rows. Each column width is determined by the longest content in that column. Types ¶ This section is empty. Source Files ¶ View all Source files table.go Click to show internal directories. Click to hide internal directories.