maint: changes

This commit is contained in:
vxclutch
2026-06-02 07:52:52 -04:00
parent 9ced6600e3
commit ec19585e9b
12 changed files with 147 additions and 61 deletions

5
internal/errx/define.go Normal file
View File

@@ -0,0 +1,5 @@
package errx
import "errors"
var ErrNotEnoughArgs error = errors.New("not enough arguments")