diff options
Diffstat (limited to 'drive/import.go')
| -rw-r--r-- | drive/import.go | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/drive/import.go b/drive/import.go index 258f828..a3d8b3b 100644 --- a/drive/import.go +++ b/drive/import.go @@ -13,7 +13,6 @@ type ImportArgs struct {      Out io.Writer      Progress io.Writer      Path string -    Share bool      Parents []string  } @@ -39,7 +38,6 @@ func (self *Drive) Import(args ImportArgs) error {          Path: args.Path,          Parents: args.Parents,          Mime: toMimes[0], -        Share: args.Share,      })      if err != nil {          return err | 
