1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 11:07:22 +00:00
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
} }
} }