Skip to content

Commit

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

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

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

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

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

0 comments on commit 3ccae82

Please sign in to comment.