From 05e334fae3733c9642a620682f335a70c3fd7ef4 Mon Sep 17 00:00:00 2001 From: chihiro-h Date: Sun, 1 Oct 2023 10:08:19 +0900 Subject: [PATCH] delete: delete unneeded structure --- internal/gcstree.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/internal/gcstree.go b/internal/gcstree.go index 76283fe..bf61bcc 100644 --- a/internal/gcstree.go +++ b/internal/gcstree.go @@ -24,12 +24,6 @@ type PrintOption struct { WithSize bool } -type ObjectAttrs struct { - Name string - Size int64 - isFile bool -} - func NewGCSTree(ctx context.Context, client *storage.Client, bucket string, option *PrintOption) (*GCSTree, error) { folder := ""