From bde8a59a31f15ee932a9ff00865a0238e7727d66 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 7 Feb 2023 02:28:54 +0400 Subject: [PATCH] Removed a comment for type Configuration that was from httpprocprobed service. --- internal/configuration/configuration.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/configuration/configuration.go b/internal/configuration/configuration.go index 6e769a2..56be846 100644 --- a/internal/configuration/configuration.go +++ b/internal/configuration/configuration.go @@ -8,7 +8,6 @@ import ( "gopkg.in/yaml.v3" ) -// Configuration holds a list of process names to be tracked and a listen address. type Configuration struct { ListenOn string `yaml:"listen_on"` Icecast struct {