errors.go 92 B

123456789
  1. package apk
  2. import (
  3. "errors"
  4. "fmt"
  5. )
  6. var newError = errors.New
  7. var errorf = fmt.Errorf