Versions in this module Expand all Collapse all v0 v0.3.1 Apr 28, 2020 v0.3.0 Apr 28, 2020 Changes in this version + func Setenv(t TestingT, k, v string) + func TempDir(t TestingT) string + func Unsetenv(t TestingT, k string) + type TestingT interface + Cleanup func(func()) + Errorf func(string, ...interface{}) + Fatalf func(string, ...interface{}) + Helper func() + Logf func(string, ...interface{}) + Name func() string + type Writer struct + func NewWriter(t TestingT) *Writer + func (w *Writer) Write(b []byte) (int, error)