packagemainimport("net/http""sync""time")typeSessionInterface1interface{doLoginAndReadDestinations1()bool}typeSession1struct{sessionCookiestringmuxsync.MutexsessionTimetime.TimetargetAddressstringcurrentJwtstringtransport*http.Transport}varcurrentSession1Session1funcmain(){currentSession1.verify