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
b1cbd4b5
Commit
b1cbd4b5
authored
May 23, 2015
by
Petter Rasmussen
Browse files
Options
Downloads
Patches
Plain Diff
Version 1.7.0
parent
cfdc9858
Branches
Branches containing commit
Tags
1.7.0
Tags containing commit
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 @
b1cbd4b5
...
...
@@ -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`
### Downloads
-
[
drive-osx-386 v1.
6.1
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
Nm94ZGc0UC1WWUU
)
-
[
drive-osx-amd64 v1.
6.1
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
SnpEeXB3OXVRTXc
)
-
[
drive-freebsd-386 v1.
6.1
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
NlhNa2FKOGtfS3c
)
-
[
drive-freebsd-amd64 v1.
6.1
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
YkVpeWMyazlSTVk
)
-
[
drive-linux-386 v1.
6.1
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
Z1JESlBlX2s4XzQ
)
-
[
drive-linux-amd64 v1.
6.1
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
SWFxaExoUEk1NFk
)
-
[
drive-linux-arm v1.
6.1
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
SnZpdkRWZVJDREU
)
-
[
drive-linux-rpi v1.
6.1
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
X1JDVmk4UGJkZDg
)
-
[
drive-windows-386.exe v1.
6.1
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
X1N6SVdueV94Snc
)
-
[
drive-windows-amd64.exe v1.
6.1
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
eUVpdUlPdF85clk
)
-
[
drive-osx-386 v1.
7.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
WVBSUmxoWERWQXM
)
-
[
drive-osx-amd64 v1.
7.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
c2NwSjcyeGI3Rk0
)
-
[
drive-freebsd-386 v1.
7.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
aWZ0VUFnejFvak0
)
-
[
drive-freebsd-amd64 v1.
7.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
a2hGYmZ3VXl5dkE
)
-
[
drive-linux-386 v1.
7.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
X0J2TzJnN0tBbW8
)
-
[
drive-linux-amd64 v1.
7.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
eU9hRnBaYWp1aDg
)
-
[
drive-linux-arm v1.
7.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
Um5fXzhOZ0UwMTQ
)
-
[
drive-linux-rpi v1.
7.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
eGVKempYYkE2WEk
)
-
[
drive-windows-386.exe v1.
7.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
MkEyUXhDUE1JWFU
)
-
[
drive-windows-amd64.exe v1.
7.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
Y19uVGl1OEtlLWM
)
## Usage
drive [global options]
<verb>
[verb options]
...
...
This diff is collapsed.
Click to expand it.
drive.go
+
1
−
1
View file @
b1cbd4b5
...
...
@@ -11,7 +11,7 @@ import (
)
const
(
VersionNumber
=
"1.
6.1
"
VersionNumber
=
"1.
7.0
"
)
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