From 1c718e23699f8866a7fd99d25fe98e61c3288574 Mon Sep 17 00:00:00 2001 From: maja42 <2649265+maja42@users.noreply.github.com> Date: Sat, 20 Feb 2021 22:33:07 +0100 Subject: [PATCH] add maja42/goval (#3466) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92fae7e9..a2e57749 100644 --- a/README.md +++ b/README.md @@ -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.