diff options
| author | Petter Rasmussen | 2016-02-15 21:50:45 +0100 | 
|---|---|---|
| committer | Petter Rasmussen | 2016-02-15 21:50:45 +0100 | 
| commit | 713b0624b9f9ac2370a898f669a922f80a7fe8ea (patch) | |
| tree | d8b3579a97b52d474f6eaab3625ec78b6fedf126 /drive/update.go | |
| parent | cd62c9d23d226b77111274144bdc81330013fdfc (diff) | |
| download | gdrive-713b0624b9f9ac2370a898f669a922f80a7fe8ea.tar.bz2 | |
Add more share commands, upload + share
Diffstat (limited to 'drive/update.go')
| -rw-r--r-- | drive/update.go | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/drive/update.go b/drive/update.go index bd9fb4c..c4ee341 100644 --- a/drive/update.go +++ b/drive/update.go @@ -19,7 +19,6 @@ type UpdateArgs struct {      Parents []string      Mime string      Recursive bool -    Share bool      ChunkSize int64  } | 
