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

@@ -1,6 +1,6 @@
package resource
import "github.com/google/go-github/github"
import "github.com/zachgersh/go-github/github"
func metadataFromRelease(release *github.RepositoryRelease) []MetadataPair {
metadata := []MetadataPair{}