add maja42/goval (#3466)

This commit is contained in:
maja42 2021-02-20 22:33:07 +01:00 committed by GitHub
parent ba50af494c
commit 1c718e2369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2027,6 +2027,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [goseaweedfs](https://github.com/linxGnu/goseaweedfs) - SeaweedFS client library with almost full features.
* [gostrutils](https://github.com/ik5/gostrutils) - Collections of string manipulation and conversion functions.
* [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.
* [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.