Skip to content

Commit 9ef77d8

Browse files
committed
Merge branch 'feature-support-goxc'
2 parents 4a01448 + 91458fd commit 9ef77d8

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
cache.json
2+
.goxc.local.json

.goxc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"ArtifactsDest": "releases",
3+
"TasksExclude": [
4+
"go-install"
5+
],
6+
"Arch": "amd64",
7+
"Os": "linux darwin windows",
8+
"PackageVersion": "0.1.1",
9+
"ConfigVersion": "0.9"
10+
}

github-backup.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import (
1616
"time"
1717
)
1818

19+
var VERSION = "dev" // set correctly by the linker (e.g. go build -ldflags "-X main.VERSION <semver>")
20+
1921
var (
2022
cacheFile = flag.String("cache", "", "The access token cache file.")
2123
accessToken = flag.String("token", "", "The OAuth access token.")

version.go

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)