You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the README, it's a bit limited right now because goiardi needs more work with orgs before the database end can start working, but it's a proof of concept at least.
Yeah, the proof of concept is nice at least. I have goiardi using gorilla-mux now, which seems to be pretty nice. As an added bonus there, I realized that while specifying the routes is a little hairier than it used to be, now the handlers can be broken apart into more manageable chunks, avoiding the need for horrible nested switch statements all over the place. That's been done in orgs, at least, but will slowly spread. As with many things, Now Is a Good Time, since as part of the org work I've been working on refactoring to try and improve performance anyway.
No description provided.
The text was updated successfully, but these errors were encountered: