Skip to content

Commit

Permalink
mds: remove the oset package
Browse files Browse the repository at this point in the history
This is no longer used anywhere.
  • Loading branch information
creachadair committed Oct 7, 2024
1 parent 562e38b commit 74a75e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 367 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Most of the types in this module share common behaviors:
- [mapset](./mapset) a basic map-based set implementation ([package docs](https://godoc.org/github.com/creachadair/mds/mapset))
- [mlink](./mlink) basic linked sequences (list, queue) ([package docs](https://godoc.org/github.com/creachadair/mds/mlink))
- [omap](./omap) ordered key-value map ([package docs](https://godoc.org/github.com/creachadair/mds/omap))
- [oset](./oset) ordered set ([package docs](https://godoc.org/github.com/creachadair/mds/oset))
- [queue](./queue) an array-based FIFO queue ([package docs](https://godoc.org/github.com/creachadair/mds/queue))
- [ring](./ring) a circular doubly-linked sequence ([package docs](https://godoc.org/github.com/creachadair/mds/ring))
- [stack](./stack) an array-based LIFO stack ([package docs](https://godoc.org/github.com/creachadair/mds/stack))
Expand Down
248 changes: 0 additions & 248 deletions oset/oset.go

This file was deleted.

118 changes: 0 additions & 118 deletions oset/oset_test.go

This file was deleted.

0 comments on commit 74a75e8

Please sign in to comment.