Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi committed Sep 30, 2019
1 parent 65ce88f commit 8da5179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ You can resolve multiple abstractions:

```go
container.Make(func(m Mailer, s Shape) {
// m is instance of Gmail
// m is an instance of Gmail
// s is an instance of Shape (like Rectangle)
m.Send("[email protected]", "Hello!");
println(s.Area())
})
Expand Down

0 comments on commit 8da5179

Please sign in to comment.