mirror of
https://github.com/GrandpaNutz/fafda.git
synced 2026-03-13 10:55:53 +00:00
5 lines
134 B
Go
5 lines
134 B
Go
package github
|
|
|
|
var assetBucket = []byte("assets")
|
|
var apiURL = "https://api.github.com"
|
|
var uploadURL = "https://uploads.github.com"
|