gowade / wade

Web development with isomorphic Go
BSD 2-Clause "Simplified" License
164 stars 11 forks source link

gin api changes #7

Closed cryptix closed 10 years ago

cryptix commented 10 years ago

Hi,

i just cloned wade onto a new machine and it looks like gin broke their api a bit... we should consider moving the examples to stdlib only, IMHO. gin is fancy but is there anything really required from it?

hami9x commented 10 years ago

Thanks. Yeah it'd be nice to move to bare stdlib, we should be neutral on the server side, I wrote it in Gin just for convenience (it looks so good to me). I just don't feel like working on that thing for now though.

cryptix commented 10 years ago

sure, it's not really urgent. I just wanted to know if there was a feature of gin in use by wade that wasn't obvious.