Add grofer to list

This commit is contained in:
Gituser143 2021-10-25 14:01:41 +05:30 committed by Avelino
parent 85b86162d5
commit 33ed674617

View File

@ -2275,6 +2275,7 @@ _**Unofficial** set of patterns for structuring projects._
* [gotenv](https://github.com/subosito/gotenv) - Load environment variables from `.env` or any `io.Reader` in Go. * [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. * [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. * [gpath](https://github.com/tenntenn/gpath) - Library to simplify access struct fields with Go's expression in reflection.
* [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. * [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. * [handy](https://github.com/miguelpragier/handy) - Many utilities and helpers like string handlers/formatters and validators.
* [hostctl](https://github.com/guumaster/hostctl) - A CLI tool to manage /etc/hosts with easy commands. * [hostctl](https://github.com/guumaster/hostctl) - A CLI tool to manage /etc/hosts with easy commands.