gitextract_s452whe8/ ├── .github/ │ └── workflows/ │ └── go.yml ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── doc.go ├── examples/ │ ├── error-handling/ │ │ └── error_handling.go │ └── portfolio/ │ └── portfolio.go ├── functionals.go ├── functionals_test.go ├── go.mod ├── go.sum ├── spined_buffer.go ├── spined_buffer_test.go ├── spliterator.go ├── spliterator_test.go ├── stream.go ├── stream_test.go ├── terminals.go └── terminals_test.go