Go-Swagger: Is it possible to generate a Swagger spec for multiple workspaces together?
I am following the instruction from https://swagger.io/specification/ to generate a Swagger spec from my code. My project is comprised of several services, and I have a root folder which has a couple of workspaces in it (I have a workspace for each service). Inside the root folder there is only a go.work file, specifying the path to each workspace. The structure of my project is as follows: