Microservices in Go
Jump to navigation
Jump to search
External
- Microservices with Go: Building scalable and reliable microservices with Go by Alexander Shuiskov
Internal
Overview
Project Layout
. ├── README.md ├── metadata │ └── cmd │ └── main.go ├── movie │ └── cmd │ └── main.go └── rating └── cmd └── main.go