Skip to content

Commit

Permalink
Add Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlkzdh committed Oct 20, 2024
1 parent 97346a3 commit 2d6d7ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# TimedMap
[![Go Workflow](https://github.com/mxmlkzdh/timedmap/actions/workflows/go.yml/badge.svg)](https://github.com/mxmlkzdh/timedmap/actions)

`TimedMap` is a thread-safe, generic map that automatically removes expired entries. It is designed to be used for caching scenarios where data is only valid for a limited time and needs to be automatically purged after expiration.

## Features
Expand Down

0 comments on commit 2d6d7ed

Please sign in to comment.