1 2 3 4 5 6 7
export GO111MODULE=off SWAGGER_OUT ?= swagger.yaml swagger: swagger generate spec -o ${SWAGGER_OUT} -w ./ cat tags.yaml >> swagger.yaml