From e87b79bbe1d5e8c865d95a191e825be330a08a7d Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 24 May 2026 22:46:21 +0200 Subject: [PATCH] fix: add package comments to cmd --- cmd/server/main.go | 1 + cmd/user/main.go | 1 + 2 files changed, 2 insertions(+) diff --git a/cmd/server/main.go b/cmd/server/main.go index 860e6a1..fde04a1 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -1,3 +1,4 @@ +// Package main runs the MAL web server. package main import ( diff --git a/cmd/user/main.go b/cmd/user/main.go index 8545262..b527297 100644 --- a/cmd/user/main.go +++ b/cmd/user/main.go @@ -1,3 +1,4 @@ +// Package main provides small CLI utilities for local admin tasks. package main import (