mirror of
https://github.com/Xevion/banner.git
synced 2025-12-10 18:06:35 -06:00
Fix global var redeclaration
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"net/http/cookiejar"
|
||||
"net/http"
|
||||
"net/url"
|
||||
|
||||
log "github.com/rs/zerolog/log"
|
||||
)
|
||||
|
||||
func setup(cookies *cookiejar.Jar) {
|
||||
func setup(cookies *http.CookieJar) {
|
||||
// Makes the initial requests that sets up the session cookies for the rest of the application
|
||||
log.Info().Msg("Setting up session...")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user