chore: execute goimports to format the code (#7983)
* chore: execute goimports to format the code Signed-off-by: promalert <promalert@outlook.com> * goimports -w . --------- Signed-off-by: promalert <promalert@outlook.com> Co-authored-by: Chris Lu <chris.lu@gmail.com>
This commit is contained in:
@@ -84,11 +84,11 @@ func TestGetEntryNameAndDir(t *testing.T) {
|
||||
}
|
||||
|
||||
tests := []struct {
|
||||
name string
|
||||
bucket string
|
||||
key string
|
||||
expectedName string
|
||||
expectedDirEnd string // We check the suffix since dir includes BucketsPath
|
||||
name string
|
||||
bucket string
|
||||
key string
|
||||
expectedName string
|
||||
expectedDirEnd string // We check the suffix since dir includes BucketsPath
|
||||
}{
|
||||
{
|
||||
name: "simple file at root",
|
||||
|
||||
Reference in New Issue
Block a user