Skip to content

Commit 4990ae5

Browse files
m4gshmBulgakov Alexander
andauthored
seq api refinement (#39)
* feat: op.IfElseGetErr * feat: remove deprecated api * feat: Seq, Seq2, SeqE chain api * feat(seqe): PtrVal, NoNilPtrVal, NilSafe * refactor: nil safe api refinement * fix(break/op): IfDoElse-> IfGetElseGet * feat(seq): FilterKey, FilterValue * refactor: move seq2.Of to seq.Of2 * feat(collection.Collection): Head, First, HasAny * feat(c.Collection): Head, First * lint --------- Co-authored-by: Bulgakov Alexander <aleksandr.bulgakov@raiffeisen.ru>
1 parent 500b91d commit 4990ae5

File tree

171 files changed

+2987
-10012
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+2987
-10012
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ lint:
6767
# go install golang.org/x/lint/golint@latest
6868
# golint ./...
6969
go install github.com/mgechev/revive@latest
70-
revive -exclude internal/... ./...
71-
go install github.com/alexkohler/prealloc@latest
72-
prealloc ./...
70+
revive -exclude internal/examples/... -exclude internal/benchmark/... ./...
71+
# go install github.com/alexkohler/prealloc@latest
72+
# prealloc ./...
7373

7474
.PHONY: readme
7575
readme:

0 commit comments

Comments
 (0)