Hi,
We are currently using go-kit in our project and it is great so far. We wanted to generate API documentation and I have gone through goswagger https://github.com/go-swagger/go-swagger and according to this it need to add annotations in order to generate spec but to add annotation it should be at controller level. go-kit follows gPRC and not sure how to add annotations. Does anyone know how to generate API documentation for go-kit and if any sample projects or reference would be helpful.
Thanks in Advance. !!