Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Simplify for now
  • Loading branch information
wafer-bw authored Aug 27, 2024
1 parent 3ccae82 commit 4f20a30
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,2 @@
# go-toolbox
A collection of Go modules.

## [always](./always/)
provides wrappers that simplify the usage of common try-like functions &
methods.

## [graceful](./graceful/)
provides mechanisms for starting and stopping groups of services, primarily used
to accomplish a graceful shutdown.

## [memkv](./memkv/)
provides a generic in-memory key-value store.

## [probe](./probe/)
provides types for use as health checks such as kubernetes' startup, liveness, &
readiness probes.

0 comments on commit 4f20a30

Please sign in to comment.