From 6d158b47dfdbbbd814e9bcd46bb0143701a555bd Mon Sep 17 00:00:00 2001 From: mohanson Date: Wed, 10 Jul 2024 17:24:21 +0800 Subject: [PATCH] Add README.md for libs --- lib/doa/README.md | 7 +++++++ lib/lru/README.md | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 lib/doa/README.md create mode 100644 lib/lru/README.md diff --git a/lib/doa/README.md b/lib/doa/README.md new file mode 100644 index 0000000..fa45664 --- /dev/null +++ b/lib/doa/README.md @@ -0,0 +1,7 @@ +# Doa + +Package doa is the abbreviation of the "Dead or alive". It provides some easy ways to make you panic down the program. + +> One of the benefits of detecting problems as soon as you can is that you can crash earlier, and crashing is often the bet thing you can do. The alternative may be to continue, writing corrupted data to some vital database or commanding the washing machine into its twentieth consecutive spin cycle. + +Crash is not poison, it's "Quit gracefully". diff --git a/lib/lru/README.md b/lib/lru/README.md new file mode 100644 index 0000000..ec400c1 --- /dev/null +++ b/lib/lru/README.md @@ -0,0 +1,3 @@ +# Lru + +Package lru implements an LRU cache.