aboutsummaryrefslogtreecommitdiffstats
path: root/drive/update.go
diff options
context:
space:
mode:
authorPetter Rasmussen2016-02-15 21:50:45 +0100
committerPetter Rasmussen2016-02-15 21:50:45 +0100
commit713b0624b9f9ac2370a898f669a922f80a7fe8ea (patch)
treed8b3579a97b52d474f6eaab3625ec78b6fedf126 /drive/update.go
parentcd62c9d23d226b77111274144bdc81330013fdfc (diff)
downloadgdrive-713b0624b9f9ac2370a898f669a922f80a7fe8ea.tar.bz2
Add more share commands, upload + share
Diffstat (limited to 'drive/update.go')
-rw-r--r--drive/update.go1
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
}