Skip to content

Commit

Permalink
Remove obsolete section from Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobg committed Aug 19, 2024
1 parent 50a3d39 commit f18430b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,6 @@ as well as member functions for adding and removing items,
checking for the presence of items,
and iterating over items.

# Iter

The `iter` package implements efficient, typesafe iterators
that can convert to and from Go slices, maps, and channels,
and produce iterators over the values from function calls and goroutines.
There is also an iterator over the results of a SQL query;
the usual collection of functions on iterators
(`Filter`, `Map`, `Concat`, `Accum`, etc.).

# Parallel

The `parallel` package contains functions for coordinating parallel workers:
Expand Down

0 comments on commit f18430b

Please sign in to comment.