first with full handle over rpm

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-04-25 14:49:14 +02:00
commit 274ea454dd
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
50 changed files with 4309 additions and 0 deletions

5
internal/core/errors.go Normal file
View file

@ -0,0 +1,5 @@
package core
import "github.com/syonad/clonepack/internal/store"
var ErrNotFound = store.ErrNotFound