Do the following for each program
Download swag by using:
$ go get -u github.com/swaggo/swag/cmd/swagSwagger init changes, run in main project directory :
$ swag initTo run program :
$ docker-compose upDownload sql-migrate by using:
$ go get -v github.com/rubenv/sql-migrate/...
For running migration, run this command (Note: The database must be up)
$ sql-migrate up