mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
12 lines
139 B
Go
12 lines
139 B
Go
package github
|
|
|
|
import (
|
|
_ "github.com/google/go-github/github"
|
|
)
|
|
|
|
func Fetch() string {
|
|
//client := github.NewClient(nil)
|
|
|
|
return ""
|
|
}
|