From 889b68cdaac3d398ef1824e8c1486314313b9c9a Mon Sep 17 00:00:00 2001 From: esemplastic Date: Sat, 6 May 2017 20:56:00 +0300 Subject: [PATCH] Add UNIS, the modern architecture pattern for string utilities Current Test Cov: 79% Build Passing: true Awesome Badge: true --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7392ab8b..90869679 100644 --- a/README.md +++ b/README.md @@ -1198,6 +1198,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Task](https://github.com/go-task/task) - simple "Make" alternative * [toolbox](https://github.com/viant/toolbox) - Slice, map, multimap, struct, function, data conversion utilities. Service router, macro evaluator, tokenizer. * [ugo](https://github.com/alxrm/ugo) - ugo is slice toolbox with concise syntax for Go. +* [UNIS](https://github.com/esemplastic/unis) - A Common Architectureâ„¢ for String Utilities in Go. * [usql](https://github.com/knq/usql) - usql is a universal command-line interface for SQL databases. * [xferspdy](https://github.com/monmohan/xferspdy) - Xferspdy provides binary diff and patch library in golang * [xlsx](https://github.com/tealeg/xlsx) - Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs.