mvrilo / go-redoc

go-redoc is an embedded OpenAPI/Swagger documentation ui for Go using ReDoc
MIT License
66 stars 28 forks source link

Add support for a embed.FS for the json source #7

Closed weberr13 closed 1 year ago

weberr13 commented 1 year ago

I would like to optionally embed my JSON file into the binary as well as the redoc, this should accomplish this goal if you want it as well.

mvrilo commented 1 year ago

Thanks @weberr13