Documentation ¶ Index ¶ func Print(msgs []any, stdout, stderr io.Writer) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Print ¶ func Print(msgs []any, stdout, stderr io.Writer) error Print prints a struct prettily. It will print only easily printable types, and only to one level of depth. It will print arrays, slices, and maps if their keys and elements are also easily printable types. Types ¶ This section is empty. Source Files ¶ View all Source files structpretty.go Click to show internal directories. Click to hide internal directories.