ThreeDotsLabs / wild-workouts-go-ddd-example

Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
https://threedots.tech
MIT License
5.14k stars 472 forks source link

Use well known type google.protobuf.Empty #20

Closed maratori closed 3 years ago

maratori commented 3 years ago

Let's use standard google.protobuf.Empty instead of defining custom EmptyMessage{}.

roblaszczak commented 3 years ago

Good idea, thanks!