chore(pkg): fix copypasta in comments
This commit is contained in:
parent
5432360f0e
commit
1e0304f450
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
// Package plugin implements a helper that can be used to implement a Nagios,
|
// Package plugin implements a helper that can be used to implement a Nagios,
|
||||||
// Centreon, Icinga... service monitoring plugin.
|
// Centreon, Icinga... service monitoring plugin.
|
||||||
package plugin // import nocternity.net/gomonop/pkg/perfdata
|
package plugin // import nocternity.net/gomonop/pkg/plugin
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"container/list"
|
"container/list"
|
||||||
|
|
|
@ -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
|
// Status represents the return status of the monitoring plugin. The
|
||||||
// corresponding integer value will be used as the program's exit code,
|
// corresponding integer value will be used as the program's exit code,
|
||||||
|
|
Loading…
Reference in a new issue