backend: replace /pkg/errors with errutil (#17065)

This commit is contained in:
Carl Bergquist
2019-05-15 12:20:17 +02:00
committed by GitHub
parent fdd421e24c
commit c55e6016bf
8 changed files with 42 additions and 22 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
[![GoDoc](http://godoc.org/github.com/robfig/cron?status.png)](http://godoc.org/github.com/robfig/cron)
[![GoDoc](http://godoc.org/github.com/robfig/cron?status.png)](http://godoc.org/github.com/robfig/cron)
[![Build Status](https://travis-ci.org/robfig/cron.svg?branch=master)](https://travis-ci.org/robfig/cron)
# cron
+1 -1
View File
@@ -84,7 +84,7 @@ You may use one of several pre-defined schedules in place of a cron expression.
Intervals
You may also schedule a job to execute at fixed intervals, starting at the time it's added
You may also schedule a job to execute at fixed intervals, starting at the time it's added
or cron is run. This is supported by formatting the cron spec like this:
@every <duration>