From 92b23b26362dd0235ccae2c075f57e055f65fd74 Mon Sep 17 00:00:00 2001 From: Sergio Kovtunenko Date: Sat, 17 Sep 2022 05:50:52 +0300 Subject: [PATCH] Add `graterm` library (#4354) Co-authored-by: skovtunenko --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7de5d0b7..53bf265b 100644 --- a/README.md +++ b/README.md @@ -2578,6 +2578,7 @@ _General utilities and tools to make your life easier._ - [gotenv](https://github.com/subosito/gotenv) - Load environment variables from `.env` or any `io.Reader` in Go. - [goval](https://github.com/maja42/goval) - Evaluate arbitrary expressions in Go. - [gpath](https://github.com/tenntenn/gpath) - Library to simplify access struct fields with Go's expression in reflection. +- [graterm](https://github.com/skovtunenko/graterm) - Provides primitives to perform ordered (sequential/concurrent) GRAceful TERMination (aka shutdown) in Go application. - [grofer](https://github.com/pesos/grofer) - A system and resource monitoring tool written in Golang! - [gubrak](https://github.com/novalagung/gubrak) - Golang utility library with syntactic sugar. It's like lodash, but for golang. - [handy](https://github.com/miguelpragier/handy) - Many utilities and helpers like string handlers/formatters and validators.