From bea0a1bce37a73acb323269edeaa5b7d11a2b42d Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Thu, 16 May 2024 07:47:04 +0200 Subject: Fix nits spotted by go vet --- internal/feedback/feedback.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/feedback') diff --git a/internal/feedback/feedback.go b/internal/feedback/feedback.go index 77431e0..7501bbf 100644 --- a/internal/feedback/feedback.go +++ b/internal/feedback/feedback.go @@ -23,9 +23,9 @@ type Config struct { Policy policy.Policy // Optional - Logger logger.Logger // Debug and info prints only (no output by default) - PullInterval time.Duration // How often nodes are pulled via HTTP GET - HTTPTimeout time.Duration // Timeout to use when pulling nodes + Logger *logger.Logger // Debug and info prints only (no output by default) + PullInterval time.Duration // How often nodes are pulled via HTTP GET + HTTPTimeout time.Duration // Timeout to use when pulling nodes } type Feedback struct { -- cgit v1.2.3