From 9c53b660b5e8f8d1e1fa3016ca0fcfe00f8504ca Mon Sep 17 00:00:00 2001 From: EladT Date: Mon, 27 Apr 2020 13:21:09 +0300 Subject: [PATCH] Fix formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05c2a20..27217bb 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,6 @@ result := toInject.MyIncrementor.Inc(5) fmt.Println(result) // 6 ``` -##Notes +## Notes - Injected field must be exported in order for assignment to work. - Injection of struct pointer is also supported without tags.