On Mon, Dec 4, 2017, 7:34 AM Keith Brown <keith6...@gmail.com> 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 appreciated.
>

I've actually just started playing with these two projects for the first
time. The goal was to generate a swagger doc from my existing API and be
able to serve the spec as HTML.
So far I am seeing go-swagger being better. It has better notation for
defining the spec in your comments. I wasn't able to express that a single
api function could accept multiple content types via yvasiyarov/swagger


> --
> 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 an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to