From 294f48f8352674ac60f1ba86c68311ff4c9281e5 Mon Sep 17 00:00:00 2001 From: Avelino Date: Thu, 17 Nov 2016 00:06:45 -0200 Subject: [PATCH] added Dependency Injection, ref #902 I don't know if it's the best category, I need someone to review pls @arvenil --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3c84353..6f27ff22 100644 --- a/README.md +++ b/README.md @@ -936,6 +936,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [goregen](https://github.com/zach-klippenstein/goregen) - A library for generating random strings from regular expressions. * [gotext](https://github.com/leonelquinteros/gotext) - GNU gettext utilities for Go. * [guesslanguage](https://github.com/endeveit/guesslanguage) - Functions to determine the natural language of a unicode text. + * [inject](https://github.com/facebookgo/inject) - Package inject provides a reflect based injector. * [mxj](https://github.com/clbanning/mxj) - Encode / decode XML as JSON or map[string]interface{}; extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages. * [sh](https://github.com/mvdan/sh) - A shell parser and formatter * [slug](https://github.com/gosimple/slug) - URL-friendly slugify with multiple languages support.