Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 3db4372

Browse files
committed
doc: deprecate github.com/happy-sdk/cron
Signed-off-by: Marko Kungla <marko@mkungla.dev>
1 parent 5c3175e commit 3db4372

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

cron.go

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
//
33
// Copyright © 2023 The Happy Authors
44

5+
// Package cron implements a cron spec parser and runner.
6+
// Deprecated: This module is no longer maintained.
7+
// Development has moved to github.com/happy-sdk/happy-go/scheduling/cron.
8+
// Users are encouraged to use the new module location for future updates and bug fixes.
59
package cron
610

711
import "time"

go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Deprecated: This module is no longer maintained.
2-
3-
// Development has moved to github.com/happy-sdk/happy-go/scheduling/cron.
4-
// Users are encouraged to use the new module location for future updates and bug fixes.
5-
1+
// Deprecated: Use github.com/happy-sdk/happy-go/scheduling/cron instead.
62
module github.com/happy-sdk/cron
73

84
go 1.21.5
5+
6+
retract (
7+
[v0.2.1, v0.2.100] // Last valid version of the old module is v0.2.0.
8+
)

0 commit comments

Comments
 (0)