nedpals / vex

Easy-to-use, modular web framework built for V
https://nedpals.github.io/vex
MIT License
340 stars 28 forks source link

session: fix `session.Session` unusable due to recent V update #57

Closed islonely closed 2 years ago

islonely commented 2 years ago

One of the recent V commits made it where you can't use private structs as function parameters. i.e. You can't do fn do_something(ses session.Session). Previously you could. Also added a comment above a function I seemed to have missed.