Documentation ¶ Index ¶ func Print(writer io.Writer, t string, v interface{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Print ¶ func Print(writer io.Writer, t string, v interface{}) error Print outputs v to os.Stdout while handling configured formats, if the optional t is given then it's processed as a go-template, this template will be handled with a tabwriter so you can use tabs (\t) and new lines (\n) to space your content evenly. Types ¶ This section is empty. Source Files ¶ View all Source files templatewriter.go Click to show internal directories. Click to hide internal directories.