From dd7d277a86f25116cc1c0130a763409a166d49b4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Oct 2022 23:51:48 -0500 Subject: Try renaming 'Node' to 'Box' --- doc.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc.go') diff --git a/doc.go b/doc.go index 3f8bc64..2b324c9 100644 --- a/doc.go +++ b/doc.go @@ -64,6 +64,9 @@ GUI Usage Errors -Not sure about errors yet. To early to document them. This is a work in progress. +Since it is possible for custom Stringer/error interfaces to panic, spew +detects them and handles them internally by printing the panic information +inline with the output. Since spew is intended to provide deep pretty printing +capabilities on structures, it intentionally does not return any errors. */ package gui -- cgit v1.2.3