fix: add cli package comment

This commit is contained in:
Peter Steinberger 2026-01-02 20:48:27 +01:00
parent aa334c817c
commit 5d6827b9f0
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -43,7 +43,7 @@ go.work.sum
.LSOverride
# Local build output
goplaces
/goplaces
bin/
dist/
tmp/

View File

@ -1,3 +1,4 @@
// Package main implements the goplaces CLI entrypoint.
package main
import (