nandlabs / go-commons

A common collection of utilities for Go programming language
Apache License 2.0
2 stars 2 forks source link

Add nill checks in fnutils #83

Closed neo7337 closed 1 year ago

neo7337 commented 1 year ago
  1. Add a nil function check and return error in case no funciton is provided as a parameter
  2. Refactor where the function is used