Note: This was originally posted at martinheinz.dev
In the previous post - Building RESTful APIs in Golang - we created RESTful API in Golang. Now...
For further actions, you may consider blocking this person and/or reporting abuse
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.