Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 407 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 407 Bytes

example-hasher

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.