Skip to content

Commit

Permalink
chore: updated readme with package import (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel-Durov authored Nov 23, 2022
1 parent 18278ea commit 81074c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ To install this package, run the following command in your project directory.
go get github.com/golobby/container/v3
```

Next, include it in your application:

```go
import "github.com/golobby/container/v3"
```

### Introduction
GoLobby Container is used to bind abstractions to their implementations.
Binding is the process of introducing appropriate concretes (implementations) of abstractions to an IoC container.
Expand Down

0 comments on commit 81074c3

Please sign in to comment.