Skip to content

Commit

Permalink
fix: v
Browse files Browse the repository at this point in the history
  • Loading branch information
Ertugrul Kutluer committed Apr 13, 2022
1 parent 6c4303b commit 5863b4f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions every.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package gotil

import (
"github.com/gotilty/gotil/internal"
)

func Every(val, f interface{}) (bool, error) {
return internal.Every(val, f)
}

0 comments on commit 5863b4f

Please sign in to comment.