grafana/pkg/services/annotations/annotationsimpl/time.go

9 lines
138 B
Go

package annotationsimpl
import "time"
var (
// timeNow is an equivalent time.Now() that can be replaced in tests
timeNow = time.Now
)