Skip to content
Snippets Groups Projects
Commit baa2d992 authored by Tucker Siegel's avatar Tucker Siegel
Browse files

clean

parent 47d25e51
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ To rebuild swagger: `swag init --parseDependency --parseDepth 2`
Call `go test -covermode=count -coverprofile=coverage.out ./...`
To generate code coverage html page, call `go tool cover -html=coverage.out`
Swagger [Here](http://localhost:8080/api/weather/gdd-swagger/index.html#/)
Swagger [Here](http://localhost:8080/api/weather/swagger/index.html#/)
## Docker
......
......@@ -114,7 +114,7 @@ func init() {
// @contact.name API Support
// @contact.email tgsiegel@umd.edu
func main() {
common.ClearLogFolder()
fmt.Println(*flagVal)
apiVersion := strconv.Itoa(viper.GetInt("app.api-version"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment