go.cqrs
go.cqrs copied to clipboard
Fix typos, lowercase errors and remove punctuation from errors
Thank you for sharing this project!
This PR fixes some typos, lowercases the errors messages and removes the punctuation from them (as recommended by https://github.com/golang/go/wiki/CodeReviewComments#error-strings)
Any plans to update this project to use generics?