Example project to train create GRPC service.
It's a server that can calculate multiple SHA-512 hashes by array request from client.
It partially follows Go project layout and implements Martin's Clean Architecture principles with some my own changes.