gitlab.com/evatix-go/core@v1.3.55/iserror/Defined.go (about) 1 package iserror 2 3 func Defined(err error) bool { 4 return err != nil 5 }