DEV Community

Cover image for Setting Up Swagger Docs for Golang API

Setting Up Swagger Docs for Golang API

Martin Heinz on November 01, 2019

Note: This was originally posted at martinheinz.dev In the previous post - Building RESTful APIs in Golang - we created RESTful API in Golang. Now...
Collapse
 
midacts profile image
John McCarthy

Great article. It was really helpful for me to get a better understanding around creating a rest api in golang and using swagger docs.

I was struggling to find the best path to create swagger docs and you explained the reasoning which I agree with.

I haven't gotten to the point of implementing authentication yet, but when I do, I will be back. Although, I hope I can use Active Directory for an authentication backend.