Skip to content

Commit a3c4721

Browse files
authored
chore: add AddTag comment
1 parent f720d7e commit a3c4721

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gronx.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ var expressions = map[string]string{
2929
"@everysecond": "* * * * * *",
3030
}
3131

32+
// AddTag adds a new custom tag representing given expr
3233
func AddTag(tag, expr string) error {
3334
_, ok := expressions[tag]
3435
if ok {

0 commit comments

Comments
 (0)