Documentation ¶ Index ¶ func Discard(t *testing.T) func PanicOnFatal(t *testing.T) type Buffer func NewCollector(t *testing.T) *Buffer func (b *Buffer) Bytes() []byte func (b *Buffer) Content() string func (b *Buffer) Reset() func (b *Buffer) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Discard ¶ func Discard(t *testing.T) func PanicOnFatal ¶ func PanicOnFatal(t *testing.T) Types ¶ type Buffer ¶ type Buffer struct { // contains filtered or unexported fields } func NewCollector ¶ func NewCollector(t *testing.T) *Buffer func (*Buffer) Bytes ¶ func (b *Buffer) Bytes() []byte func (*Buffer) Content ¶ func (b *Buffer) Content() string func (*Buffer) Reset ¶ func (b *Buffer) Reset() func (*Buffer) String ¶ func (b *Buffer) String() string Source Files ¶ View all Source files logtest.go Click to show internal directories. Click to hide internal directories.