for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
package gotil
import (
"github.com/gotilty/gotil/internal"
)
func Some(val, f interface{}) (bool, error) {
return internal.Some(val, f)
}