package github import ( _ "github.com/google/go-github/github" ) func Fetch() string { //client := github.NewClient(nil) return "" }