change to consistent naming scheme
This commit is contained in:
2
auth.go
2
auth.go
@@ -17,7 +17,7 @@ type Auth struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// build the auth struct
|
// build the auth struct
|
||||||
func buildAuth() {
|
func build_auth() {
|
||||||
// read the auth json file
|
// read the auth json file
|
||||||
json, err := ioutil.ReadFile("auth.json")
|
json, err := ioutil.ReadFile("auth.json")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
@@ -17,7 +17,7 @@ var (
|
|||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
// build the authentication struct
|
// build the authentication struct
|
||||||
buildAuth()
|
build_auth()
|
||||||
|
|
||||||
// build the redditbooru sources slice
|
// build the redditbooru sources slice
|
||||||
build_redditbooru_sources()
|
build_redditbooru_sources()
|
||||||
|
Reference in New Issue
Block a user