Skip to content

Commit

Permalink
Updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hayageek committed Jun 27, 2024
1 parent eb308dd commit 88e496f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Threadsafe

A Go package providing thread-safe implementations of arrays, slices, and maps using generics and type constraints.
A Go package providing thread-safe implementations of arrays, slices, maps, stack & queue using generics and type constraints.

## Installation

Expand All @@ -13,7 +13,7 @@ go get github.com/hayageek/threadsafe

## Usage

This package provides thread-safe implementations for arrays, slices, and maps. Below are usage examples and API lists for each of these data types.
This package provides thread-safe implementations for arrays, slices, maps, stack & queue. Below are usage examples and API lists for each of these data types.

### Thread-Safe Array

Expand Down

0 comments on commit 88e496f

Please sign in to comment.