Skip to content

Commit

Permalink
docs: add package documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Feb 17, 2024
1 parent c5ad3de commit 43faf68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions logger/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package logger contains logging utilities for the module.
package logger
2 changes: 2 additions & 0 deletions matcher/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package matcher contains standard implementations of the quartz.Matcher interface.
package matcher
5 changes: 1 addition & 4 deletions quartz/doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
// Package quartz is a simple, zero-dependency scheduling library for Go.
// Inspired by the Quartz Java scheduler.
//
// See README.md for more info.
// Package quartz contains core components of the scheduling library.
package quartz

0 comments on commit 43faf68

Please sign in to comment.