Documentation ¶ Index ¶ func CloseSurely(t *testing.T, closer Closer) func DeleteTempDir(t *testing.T, path string) func MakeTempDir(t *testing.T, name string) string func MustExist(t *testing.T, inPath string, want []string) error type Closer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CloseSurely ¶ func CloseSurely(t *testing.T, closer Closer) func DeleteTempDir ¶ func DeleteTempDir(t *testing.T, path string) func MakeTempDir ¶ func MakeTempDir(t *testing.T, name string) string func MustExist ¶ func MustExist(t *testing.T, inPath string, want []string) error Types ¶ type Closer ¶ type Closer interface { Close() error } Source Files ¶ View all Source files closer.go mustexist.go tempdirs.go Click to show internal directories. Click to hide internal directories.