docs: add package comments to server and watchlist packages
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Package server provides the HTTP server, routing, and middleware setup.
|
||||
package server
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Package watchlist manages user watchlist entries and related operations.
|
||||
package watchlist
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user