Skip to content

Commit da5bddd

Browse files
authored
docs: add package documentation (#108)
1 parent c5ad3de commit da5bddd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

logger/doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package logger contains logging utilities for the module.
2+
package logger

matcher/doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package matcher contains standard implementations of the quartz.Matcher interface.
2+
package matcher

quartz/doc.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
// Package quartz is a simple, zero-dependency scheduling library for Go.
2-
// Inspired by the Quartz Java scheduler.
3-
//
4-
// See README.md for more info.
1+
// Package quartz contains core components of the scheduling library.
52
package quartz

0 commit comments

Comments
 (0)