Guest User

Untitled

a guest
Nov 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // app.go
  2. session, _ := store.Get(req, "login")
  3. _, has := session.Values["userID"] //value is set in app_test.go
  4. // has == false for v1.9.62 onwards, has == true for 1.9.57 and earlier
Add Comment
Please, Sign In to add comment