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