Skip to content

Commit

Permalink
other files
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaroad committed Oct 28, 2023
1 parent b228860 commit 91def7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Inversion of Control (IoC)

Inject to singleton instance and it's initialize method `Initialize(XXX)` or another one which the returns of method `InitializeMethodName() string` automatically.

It will use zero value instead of panic if depended service not registerd.

## Usage

```go
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/berkaroad/ioc

go 1.18
go 1.18.0

0 comments on commit 91def7c

Please sign in to comment.