From 0b115e583da95f5dda4e11e305b43191a77b8abc Mon Sep 17 00:00:00 2001 From: mkelvers Date: Thu, 28 May 2026 12:38:58 +0200 Subject: [PATCH] refactor: move watchlist service from subdirectory --- internal/watchlist/{service => }/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename internal/watchlist/{service => }/service.go (99%) diff --git a/internal/watchlist/service/service.go b/internal/watchlist/service.go similarity index 99% rename from internal/watchlist/service/service.go rename to internal/watchlist/service.go index 6720e16..5596336 100644 --- a/internal/watchlist/service/service.go +++ b/internal/watchlist/service.go @@ -1,4 +1,4 @@ -package service +package watchlist import ( "context"