Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit 6a45826

Browse files
authored
chore: deprecate library (#36)
* chore: deprecate library * chore: update readme
1 parent 98555f6 commit 6a45826

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# httpcache, inject-able HTTP cache in Golang
1+
# [DEPRECATED] httpcache, inject-able HTTP cache in Golang
2+
3+
> Hi all, this library is no longer maintained. I don't see any usecase when to use this. Caching logic is a critical and complex problem. There are a lot of caching solutions that you can try, including this httpcache.
4+
> But, as systems grow, httpcache is really not relevant/important. Thanks for the support and contributions so far. You can find me at https://imantumorang.com if you later need a similar library that we can collaborate on together.
25
36
**Howdy there!!!**
47

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Deprecated: this library is no longer maintained. Please use other libraries or the standard library.
12
module github.com/bxcodec/httpcache
23

34
go 1.19

0 commit comments

Comments
 (0)