mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-03 03:27:13 +08:00
Run gofmt
This commit is contained in:
parent
ed8122cd3b
commit
9b771cbac6
@ -61,11 +61,11 @@ func main() {
|
||||
|
||||
account.DiscordClientID = *discordclientid
|
||||
account.DiscordClientSecret = *discordsecretid
|
||||
account.DiscordCallbackURL = *callbackurl+"/auth/discord/callback"
|
||||
account.DiscordCallbackURL = *callbackurl + "/auth/discord/callback"
|
||||
|
||||
account.GoogleClientID = *googleclientid
|
||||
account.GoogleClientSecret = *googlesecretid
|
||||
account.GoogleCallbackURL = *callbackurl+"/auth/google/callback"
|
||||
account.GoogleCallbackURL = *callbackurl + "/auth/google/callback"
|
||||
|
||||
// register gob types
|
||||
gob.Register([]interface{}{})
|
||||
|
Loading…
x
Reference in New Issue
Block a user