github.com/mundipagg/boleto-api@v0.0.0-20230620145841-3f9ec742599f/util/error.go (about)

     1  package util
     2  
     3  func CheckErrorRobot(err error) bool {
     4  	if err != nil {
     5  		return true
     6  	}
     7  
     8  	return false
     9  }