fix: add cli package comment
This commit is contained in:
parent
aa334c817c
commit
5d6827b9f0
2
.gitignore
vendored
2
.gitignore
vendored
@ -43,7 +43,7 @@ go.work.sum
|
||||
.LSOverride
|
||||
|
||||
# Local build output
|
||||
goplaces
|
||||
/goplaces
|
||||
bin/
|
||||
dist/
|
||||
tmp/
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
// Package main implements the goplaces CLI entrypoint.
|
||||
package main
|
||||
|
||||
import (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user