ThreeDotsLabs / watermill

Building event-driven applications the easy way in Go.
https://watermill.io
MIT License
6.87k stars 365 forks source link

Examples: update watermill-sql to v3 #419

Closed thpk closed 2 months ago

thpk commented 4 months ago

While trying to figure out how to use watermill-sql, it occurred that the newest version is v3, and the examples use v2.

This updates all occurrences of watermill-sql/v2 in the examples with v3.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.82%. Comparing base (65a89a8) to head (163b4b4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #419 +/- ## ========================================== + Coverage 66.73% 66.82% +0.09% ========================================== Files 63 63 Lines 4139 4139 ========================================== + Hits 2762 2766 +4 + Misses 1213 1210 -3 + Partials 164 163 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

roblaszczak commented 2 months ago

Good job @thpk, thanks!