## Feature Plan Description Create auto-generate documentation for the Golang application ## Approach - Leverage [GoDoc](https://godoc.org/golang.org/x/tools/cmd/godoc#targetText=Command%20godoc,documentation%20as%20a%20web%20page.&targetText=You%20can%20provide%20the%20URL,page%20for%20the%20target%20system.) or [Swagger](https://github.com/go-swagger/go-swagger) - Store documentation in `/docs` directory ## Additional context Refer to #79 for the application structure
Feature Plan Description
Create auto-generate documentation for the Golang application
Approach
/docsdirectoryAdditional context
Refer to #79 for the application structure