We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ad3de commit da5bdddCopy full SHA for da5bddd
logger/doc.go
@@ -0,0 +1,2 @@
1
+// Package logger contains logging utilities for the module.
2
+package logger
matcher/doc.go
+// Package matcher contains standard implementations of the quartz.Matcher interface.
+package matcher
quartz/doc.go
@@ -1,5 +1,2 @@
-// Package quartz is a simple, zero-dependency scheduling library for Go.
-// Inspired by the Quartz Java scheduler.
3
-//
4
-// See README.md for more info.
+// Package quartz contains core components of the scheduling library.
5
package quartz
0 commit comments