2.0.2
v2.0.2 (2023-05-22)
This version try to fix the general error with v2+ releases (#920) by moving the code to a subfolder "v2", but not successful.
- go list -m -json github.com/hybridgroup/gobot/v2@latest -> is working
- go list -m -json gobot.io/x/gobot/v2@latest --> is not working
Build
- v2: fix usage by moving code to a v2 subfolder (#927)