Pergi Kesalahan Kustom di Golang

type error interface {
  Error() string
}
SAMER SAEID