Skip to content

Commit

Permalink
Merge branch 'feature-support-goxc'
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed Dec 1, 2013
2 parents 4a01448 + 91458fd commit 9ef77d8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
cache.json
.goxc.local.json
10 changes: 10 additions & 0 deletions .goxc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"ArtifactsDest": "releases",
"TasksExclude": [
"go-install"
],
"Arch": "amd64",
"Os": "linux darwin windows",
"PackageVersion": "0.1.1",
"ConfigVersion": "0.9"
}
2 changes: 2 additions & 0 deletions github-backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import (
"time"
)

var VERSION = "dev" // set correctly by the linker (e.g. go build -ldflags "-X main.VERSION <semver>")

var (
cacheFile = flag.String("cache", "", "The access token cache file.")
accessToken = flag.String("token", "", "The OAuth access token.")
Expand Down
3 changes: 0 additions & 3 deletions version.go

This file was deleted.

0 comments on commit 9ef77d8

Please sign in to comment.