Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tzvatot authored Apr 27, 2020
1 parent 9c7ed59 commit 9c53b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 9c53b66

Please sign in to comment.