agola/internal/objectstorage
Eng Zer Jun 83e66e73f2
test: use `T.TempDir` to create temporary test directory
The directory created by `T.TempDir` is automatically removed when the
test and all its subtests complete.

Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-03-01 16:37:17 +08:00
..
atomic.go *: use new errors handling library 2022-02-28 12:49:13 +01:00
objectstorage.go *: use new errors handling library 2022-02-28 12:49:13 +01:00
objectstorage_test.go test: use `T.TempDir` to create temporary test directory 2022-03-01 16:37:17 +08:00
posix.go *: use new errors handling library 2022-02-28 12:49:13 +01:00
posix_test.go test: use `T.TempDir` to create temporary test directory 2022-03-01 16:37:17 +08:00
posixflat.go *: use new errors handling library 2022-02-28 12:49:13 +01:00
posixflat_test.go test: use `T.TempDir` to create temporary test directory 2022-03-01 16:37:17 +08:00
s3.go *: use new errors handling library 2022-02-28 12:49:13 +01:00