chore(pkg): fix copypasta in comments

This commit is contained in:
Emmanuel BENOîT 2024-07-19 23:50:50 +02:00
parent 5432360f0e
commit 1e0304f450
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
// Package plugin implements a helper that can be used to implement a Nagios,
// Centreon, Icinga... service monitoring plugin.
package plugin // import nocternity.net/gomonop/pkg/perfdata
package plugin // import nocternity.net/gomonop/pkg/plugin
import (
"container/list"

View file

@ -1,4 +1,4 @@
package plugin // import nocternity.net/gomonop/pkg/perfdata
package plugin // import nocternity.net/gomonop/pkg/plugin
// Status represents the return status of the monitoring plugin. The
// corresponding integer value will be used as the program's exit code,