We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccae82 commit 4f20a30Copy full SHA for 4f20a30
README.md
@@ -1,17 +1,2 @@
1
# go-toolbox
2
A collection of Go modules.
3
-
4
-## [always](./always/)
5
-provides wrappers that simplify the usage of common try-like functions &
6
-methods.
7
8
-## [graceful](./graceful/)
9
-provides mechanisms for starting and stopping groups of services, primarily used
10
-to accomplish a graceful shutdown.
11
12
-## [memkv](./memkv/)
13
-provides a generic in-memory key-value store.
14
15
-## [probe](./probe/)
16
-provides types for use as health checks such as kubernetes' startup, liveness, &
17
-readiness probes.
0 commit comments