String is used for debugging only.
()
| 779 | |
| 780 | // String is used for debugging only. |
| 781 | func (e formatEntry) String() string { |
| 782 | return fmt.Sprintf("formatEntry{%T, %q, %q}", e.err, e.head, e.details) |
| 783 | } |
| 784 | |
| 785 | // Write implements io.Writer. |
| 786 | func (s *state) Write(b []byte) (n int, err error) { |
no outgoing calls