ticker
ticker copied to clipboard
go.mod has wrong module path
The major version of this package is v4
. For this reason, the module path must end in /v4
. Please replace the module path in go.mod
with
module github.com/achannarasappa/ticker/v4
to fix this. You will also need to add the /v4
path component to all import
statements.
This is required so the package can be downloaded and installed in module-aware mode.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.
The problem is still there and needs to be fixed.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.
The problem is still there and needs to be fixed.