Skip to content

v1.39.0

Compare
Choose a tag to compare
@elliotchance elliotchance released this 06 Oct 17:51
· 19 commits to master since this release
e09c671
Added DropWhile() and fixes issue in #173 (#174)

Added DropWhile() function which is similar to `dropwhile()` function from `itertools` in Python. The `DropWhile()` function drops items from the slice while `f(item)` function returns `true`.

Also used go generate in the README since go generate generate.go doesn't work from #173.