Closed jmalloc closed 7 years ago
Ok, I believe it's ready now.
Note that although I've collapsed the two structs into one, I've kept the implementation in two separate files. session.go
contains the implementation of rinq.Session
, and the "lower level" API logic that was previously part of the state
struct is in session_state.go
.
The diff of session.go
is quite large, I'd say it's probably a lot easier to view in "split" view, rather than "unified".
Looks cleaner with less error handler juggling.
@koden-km
FYI this PR isn't ready, butI'd appreciate if you could have a look through the progress so far.