diff options
| author | Jeff Carr <[email protected]> | 2021-11-04 00:12:48 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-11-04 00:12:48 -0500 |
| commit | ae7a69b636bc145745ed8e2b30ab2adba166be74 (patch) | |
| tree | d40da36b80dac68c6df71af4d2f6ccb54e4d75e2 /doc.go | |
| parent | 8236be92dc72c2b443dc6ccfc2c2f6877af22afa (diff) | |
PANIC: remove almost all panic()s
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'doc.go')
| -rw-r--r-- | doc.go | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -64,9 +64,6 @@ GUI Usage Errors -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. +Not sure about errors yet. To early to document them. This is a work in progress. */ package gui |
