fix: add package comments to cmd

This commit is contained in:
2026-05-24 22:46:21 +02:00
parent 624a02c49d
commit e87b79bbe1
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// Package main runs the MAL web server.
package main
import (