Go Custom Errers à Golang

type error interface {
  Error() string
}
SAMER SAEID