yay/errors.go

10 lines
163 B
Go
Raw Permalink Normal View History

2022-09-19 22:44:06 +00:00
package main
import (
"errors"
"github.com/leonelquinteros/gotext"
)
var ErrPackagesNotFound = errors.New(gotext.Get("could not find all required packages"))