feat: scaffold remove command foundations
This commit is contained in:
8
internal/remove/errors.go
Normal file
8
internal/remove/errors.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package remove
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
// ErrNoTokens indicates that no removal tokens were provided.
|
||||
ErrNoTokens = errors.New("at least one non-empty token is required")
|
||||
)
|
||||
Reference in New Issue
Block a user