cenkalti / dalga

⏰ MySQL backed Job Scheduler with a HTTP interface
https://pkg.go.dev/github.com/cenkalti/dalga/v3
MIT License
247 stars 21 forks source link

Go import path must include v2 #4

Closed cenkalti closed 4 years ago

cenkalti commented 4 years ago

It is not possible to import v2 code with current module setup.

tooolbox commented 4 years ago

Seems like the easy/correct thing to do is add /v2 to the end of the module name in go.mod, right?

cenkalti commented 4 years ago

Yes, that's it. Paths in import blocks should also be updated.