GDD server
Used to serve gdd, cfs, and gefs data, and can be expanded to more data
Still need to add CFS/GEFS, and confidence intervals
In the future, the errors folder might be moved to a common package when more go services are built to have shared error handling across all services
To run: go run main.go
Build to executable: go build
To rebuild swagger: swag init
Testing
Call go test -covermode=count -coverprofile=coverage.out ./...
To generate code coverage html page, call go tool cover -html=coverage.out
Swagger Here
Docker
To build the image: docker build -t dawn/gitlab.cs.umd.edu/dawn/go-backend/dawn-gdd .