This repo contains my notes for mastering-go third edition book and also my code for its project.
You can see notes in the Notes folder and project code in Phone book folder.
For running the code, you should first use docker compouse up command and then run the main file using go run main.go
Furthermore, for running the swagger in this project, run the following command, in root directory(Phone-book)
swag init -g cmd/main.go