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

Typo in error message #17

Closed Nopik closed 3 years ago

Nopik commented 3 years ago

The min & max are reversed: https://github.com/ThreeDotsLabs/wild-workouts-go-ddd-example/blob/ef82c2b75b42b34eb86e393030051275a53b083b/internal/trainer/domain/hour/hour.go#L58

roblaszczak commented 3 years ago

Fixed in 6954ccbd :wink: Thanks for noticing that!