robfig / cron

a cron library for go
MIT License
13.16k stars 1.63k forks source link

Documentation link is misleading #432

Open MMulthaupt opened 3 years ago

MMulthaupt commented 3 years ago

Link to documentation in README is https://pkg.go.dev/github.com/robfig/cron when it should probably be https://pkg.go.dev/github.com/robfig/cron/v3 Being on the wrong major version is extremely easily missed.

leonardopc commented 2 years ago

I just missed this and was banging my head on the keyboard for 30 minutes why wasn't this working. It should point to most current documentation!

confused-Techie commented 2 years ago

Was struggling with this for longer than I want to admit. Until seeing this, still somewhat newer to Go, and didn't realize the documentation was even wrong.