go-twitch/api.go

8 lines
105 B
Go

package twitch
import "go.fifitido.net/twitch/api"
func NewAPI() *api.API {
return api.NewDefault()
}