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