Add github function to download assets
- Also refactor to allow getting a tagged version
This commit is contained in:
@@ -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{}
|
||||
|
Reference in New Issue
Block a user