docs: add package comments to server and watchlist packages

This commit is contained in:
2026-06-01 12:55:48 +02:00
committed by Milas Holsting
parent f818bd4395
commit 399f68a7f2
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// Package server provides the HTTP server, routing, and middleware setup.
package server
import (

View File

@@ -1,3 +1,4 @@
// Package watchlist manages user watchlist entries and related operations.
package watchlist
import (