Add github function to download assets

- Also refactor to allow getting a tagged version
This commit is contained in:
zachgersh
2015-08-03 22:27:31 -07:00
parent 2039bb67c8
commit b359439b85
9 changed files with 267 additions and 125 deletions

View File

@@ -8,7 +8,7 @@ import (
"path/filepath"
"strings"
"github.com/google/go-github/github"
"github.com/zachgersh/go-github/github"
)
type OutCommand struct {