diff --git a/README.md b/README.md index c704693..6cc6384 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Lightweight, efficient, and functionally rich implementation of List, Map, and Set for Golang, inspired by the Kotlin standard library. The implementation uses Go's native slice and map as underlying data structures. - - ## glc package The glc package contains an implementation of this framework using Go generics.