[go-nuts] swagger

2017-12-04 Thread Jérôme LAFORGE
In my previous projects, I used go-swagger successfully: - to generate code (model) from swagger (still some little bugs sometimes) - to generate swagger file from code based on godoc (you have to follow specific format of godoc. The document is not very clear imho) -- You received this message

Re: [go-nuts] swagger

2017-12-04 Thread mattherman11
I haven't used either, but I've heard good things about go-swagger on the Go Time podcast . -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send a

Re: [go-nuts] swagger

2017-12-04 Thread Justin Israel
On Mon, Dec 4, 2017, 7:34 AM Keith Brown wrote: > I am trying to use golang and swagger but I am confused on what package I > should use: > There is: https://github.com/go-swagger/go-swagger or > https://github.com/yvasiyarov/swagger > > Does anyone use Swagger with go and any tips would be much

[go-nuts] swagger

2017-12-03 Thread Keith Brown
I am trying to use golang and swagger but I am confused on what package I should use: There is: https://github.com/go-swagger/go-swagger or https://github.com/yvasiyarov/swagger Does anyone use Swagger with go and any tips would be much appreciated. -- You received this message because you ar