errors.go 163 B

123456789
  1. package main
  2. import (
  3. "errors"
  4. "github.com/leonelquinteros/gotext"
  5. )
  6. var ErrPackagesNotFound = errors.New(gotext.Get("could not find all required packages"))