set up list for redditbooru subreddits

This commit is contained in:
2020-06-09 14:01:47 -05:00
parent 80a5b8c05f
commit 184e045243
2 changed files with 61 additions and 0 deletions

View File

@@ -12,11 +12,15 @@ import (
var (
auth Auth
redditbooru_sources []string
)
func init() {
// build the authentication struct
buildAuth()
// build the redditbooru sources slice
build_redditbooru_sources()
}
func main() {