DEV Community

Discussion on: Setting Up Swagger Docs for Golang API

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.