From dc158000bba146de85dfb3b4adf08c8aba0365cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?liyibo=20=5B=E6=9D=8E=E4=B8=80=E5=8D=9A=5D?= Date: Sat, 15 Dec 2018 19:34:26 +0800 Subject: [PATCH] update README N/A --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daa719b..e153890 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # inji -- a dependency injection container for golang. +- a dependency injection container for golang. - auto store and register objects into a graph. - struct pointer dependency will be auto created if not found in graph. - when closing graph, every object will be closed on a reverse order of their creation.