Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agoalofalife authored Nov 13, 2017
1 parent 4f86029 commit df635f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is package implements [pattern-observer](https://en.wikipedia.org/wiki/Obse

### Fast example

```
```go
import (
"github.com/agoalofalife/event"
)
Expand All @@ -37,7 +37,7 @@ let us consider an example:

### The subscriber function method

```
```go
func main() {
// create struct
e := event.Constructor()
Expand Down

0 comments on commit df635f3

Please sign in to comment.