jamesmawm / golang-user-microservice

Create a micro service for handling user accounts.
MIT License
7 stars 6 forks source link

Fix main to use v1/config instead of golang-user-microservice/config #12

Closed Nols1000 closed 4 years ago

Nols1000 commented 4 years ago

The project failed to build because golang-user-microservice/config was used instead of v1/config. This PR fixes that and adds graceful shutdown for the server.

For more information about modules https://blog.golang.org/using-go-modules