1
0

Removed a comment for type Configuration that was from httpprocprobed service.

This commit is contained in:
Alexander Andreev 2023-02-07 02:28:54 +04:00
parent 37643156fe
commit bde8a59a31
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

View File

@ -8,7 +8,6 @@ import (
"gopkg.in/yaml.v3" "gopkg.in/yaml.v3"
) )
// Configuration holds a list of process names to be tracked and a listen address.
type Configuration struct { type Configuration struct {
ListenOn string `yaml:"listen_on"` ListenOn string `yaml:"listen_on"`
Icecast struct { Icecast struct {