v1.39.0
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.