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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
REMY Arnaud
gdrive
Commits
3c7e4127
Commit
3c7e4127
authored
9 years ago
by
Petter Rasmussen
Browse files
Options
Downloads
Patches
Plain Diff
Version 1.9.0
parent
2cf9d76d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide 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 @
3c7e4127
...
...
@@ -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.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
RTk0US0tTURrMk
U
)
-
[
drive-
osx-amd
64 v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
VWtGWjBmNmhVeHM
)
-
[
drive-
freebsd
-386 v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
OE52RFJYMmtYTE
0
)
-
[
drive-
freebsd-amd64
v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
UllLb0Q4VG1OcGs
)
-
[
drive-linux-
386
v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
SnVqdUFWSjJhbUU
)
-
[
drive-linux-
amd
64 v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
MHBMVWtKaEZXdDg
)
-
[
drive-
linux-arm
v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
T2ZNUFFkMmE2dms
)
-
[
drive-
linux-rpi
v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
RDJ1Z2Y4UWpWU00
)
-
[
drive-windows-386.exe v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
aGQxLWRrYmRMUEk
)
-
[
drive-windows-
amd
64.exe v1.
8
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
LWphQWlDQkZCM00
)
-
[
drive-
freebsd
-386 v1.
9
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
NkdVSU1oNUoyQ0
U
)
-
[
drive-
freebsd-x
64 v1.
9
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
ZTdTTlM2Y1ViV1E
)
-
[
drive-
linux
-386 v1.
9
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
UWZGRmYxVUU2M0
0
)
-
[
drive-
linux-arm
v1.
9
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
ajNmMVU1TDdIWmc
)
-
[
drive-linux-
rpi
v1.
9
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
TVh2SlQyN1FPM3c
)
-
[
drive-linux-
x
64 v1.
9
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
b095MGxEYmJhY2c
)
-
[
drive-
osx-386
v1.
9
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
bEpXdlhza25zT1U
)
-
[
drive-
osx-x64
v1.
9
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
VjIzMDRqck1aekE
)
-
[
drive-windows-386.exe v1.
9
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
TXlSc1FqV1dvSTQ
)
-
[
drive-windows-
x
64.exe v1.
9
.0
](
https://drive.google.com/uc?id=0B3X9GlR6Embn
Z3gyeGw4d3ozbUk
)
## Usage
drive [global options]
<verb>
[verb options]
...
...
This diff is collapsed.
Click to expand it.
drive.go
+
1
−
1
View file @
3c7e4127
...
...
@@ -11,7 +11,7 @@ import (
)
const
(
VersionNumber
=
"1.
8
.0"
VersionNumber
=
"1.
9
.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