feat: add installable cmd

This commit is contained in:
Mark Bailey 2025-07-14 17:41:28 -04:00
parent 7b60283303
commit ad42ad7101
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
unslop-cv
/unslop-cv

2
go.mod
View File

@ -1,4 +1,4 @@
module unslop-cv
module git.markbailey.dev/unslop-cv
go 1.24.4