From 04d24e4d7cafdafac4a3ca6d0a2a602354f642a5 Mon Sep 17 00:00:00 2001 From: Leonel Quinteros Date: Sun, 7 Aug 2016 00:02:05 -0300 Subject: [PATCH] Add gocover.io link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a3d3bc..0e02f32 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Version: [v1.1.0](https://github.com/leonelquinteros/gotext/releases/tag/v1.1.0) - Support for [message contexts](https://www.gnu.org/software/gettext/manual/html_node/Contexts.html). - Thread-safe: This package is safe for concurrent use across multiple goroutines. - It works with UTF-8 encoding as it's the default for Go language. -- Unit tests available. +- Unit tests available. See coverage: (https://gocover.io/github.com/leonelquinteros/gotext) - Language codes are automatically simplified from the form `en_UK` to `en` if the first isn't available. - Ready to use inside Go templates.