This commit is contained in:
Gregory 'Rudi' Rudolph
2019-09-17 15:15:19 -04:00
parent b5e7986f00
commit 661a95e36e

View File

@ -34,6 +34,7 @@ func main() {
} }
} else { } else {
fmt.Println("You are not logged in.") fmt.Println("You are not logged in.")
return
} }
} }