Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gdrive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
REMY Arnaud
gdrive
Commits
e6d3aac4
Commit
e6d3aac4
authored
May 23, 2015
by
Petter Rasmussen
Browse files
Options
Downloads
Patches
Plain Diff
Version 1.8.0
parent
4a3f969d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+10
-10
10 additions, 10 deletions
README.md
drive.go
+1
-1
1 addition, 1 deletion
drive.go
with
11 additions
and
11 deletions
README.md
+
10
−
10
View file @
e6d3aac4
...
@@ -17,16 +17,16 @@ If you want to compile from source you need the go toolchain: http://golang.org/
...
@@ -17,16 +17,16 @@ If you want to compile from source you need the go toolchain: http://golang.org/
-
Or compile it yourself
`go build drive.go`
-
Or compile it yourself
`go build drive.go`
### Downloads
### Downloads
-
[
drive-osx-386 v1.
7
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
WVBSUmxoWERWQXM
)
-
[
drive-osx-386 v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
RTk0US0tTURrMkU
)
-
[
drive-osx-amd64 v1.
7
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
c2NwSjcyeGI3Rk0
)
-
[
drive-osx-amd64 v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
VWtGWjBmNmhVeHM
)
-
[
drive-freebsd-386 v1.
7
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
aWZ0VUFnejFvak
0
)
-
[
drive-freebsd-386 v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
OE52RFJYMmtYTE
0
)
-
[
drive-freebsd-amd64 v1.
7
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
a2hGYmZ3VXl5dkE
)
-
[
drive-freebsd-amd64 v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
UllLb0Q4VG1OcGs
)
-
[
drive-linux-386 v1.
7
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
X0J2TzJnN0tBbW8
)
-
[
drive-linux-386 v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
SnVqdUFWSjJhbUU
)
-
[
drive-linux-amd64 v1.
7
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
eU9hRnBaYWp1a
Dg
)
-
[
drive-linux-amd64 v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
MHBMVWtKaEZXd
Dg
)
-
[
drive-linux-arm v1.
7
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
Um5fXzhOZ0UwMTQ
)
-
[
drive-linux-arm v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
T2ZNUFFkMmE2dms
)
-
[
drive-linux-rpi v1.
7
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
eGVKempYYkE2WEk
)
-
[
drive-linux-rpi v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
RDJ1Z2Y4UWpWU00
)
-
[
drive-windows-386.exe v1.
7
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
MkEyUXhDUE1JWFU
)
-
[
drive-windows-386.exe v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
aGQxLWRrYmRMUEk
)
-
[
drive-windows-amd64.exe v1.
7
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
Y19uVGl1OEtlLWM
)
-
[
drive-windows-amd64.exe v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
LWphQWlDQkZCM00
)
## Usage
## Usage
drive [global options]
<verb>
[verb options]
drive [global options]
<verb>
[verb options]
...
...
This diff is collapsed.
Click to expand it.
drive.go
+
1
−
1
View file @
e6d3aac4
...
@@ -11,7 +11,7 @@ import (
...
@@ -11,7 +11,7 @@ import (
)
)
const
(
const
(
VersionNumber
=
"1.
7
.0"
VersionNumber
=
"1.
8
.0"
)
)
type
Options
struct
{
type
Options
struct
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment