dominikbraun / timetrace

A simple CLI for tracking your working time.
Apache License 2.0
668 stars 75 forks source link

Remove exclamation mark (`!`) from error messages #189

Closed dominikbraun closed 2 years ago

dominikbraun commented 2 years ago

There are some error messages that end with an exclamation mark (An error occurred!). However, error messages in Go shouldn't end with a . or ! and have to start with a lowercase letter: an error occurred.

Those error messages should be corrected.

Note: As this is an extremely simple task, please only pick it if you want to learn how PRs work. If you're more advanced, take a look at some of the other Hacktoberfest issues.

leandronogsantos commented 2 years ago

i would like pick up this issue. Could you assign it to me? 😄