Skip to content

Commit

Permalink
Change repo ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmoraes committed Oct 25, 2019
1 parent b7a481b commit 0cd982b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# GO Dispatcher

[![Build Status](https://img.shields.io/travis/vsmoraes/go-dispatcher/master.svg?style=flat-square)](https://travis-ci.org/vsmoraes/go-dispatcher)
[![Codecov branch](https://img.shields.io/codecov/c/github/vsmoraes/go-dispatcher/master.svg?style=flat-square)](https://codecov.io/gh/vsmoraes/go-dispatcher)
[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://godoc.org/github.com/vsmoraes/go-dispatcher)
[![Go Report Card](https://goreportcard.com/badge/github.com/vsmoraes/go-dispatcher?style=flat-square)](https://goreportcard.com/report/github.com/vsmoraes/go-dispatcher)
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://github.com/vsmoraes/go-dispatcher/blob/master/LICENSE)
[![Build Status](https://img.shields.io/travis/lana/go-dispatcher/master.svg?style=flat-square)](https://travis-ci.org/lana/go-dispatcher)
[![Codecov branch](https://img.shields.io/codecov/c/github/lana/go-dispatcher/master.svg?style=flat-square)](https://codecov.io/gh/lana/go-dispatcher)
[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://godoc.org/github.com/lana/go-dispatcher)
[![Go Report Card](https://goreportcard.com/badge/github.com/lana/go-dispatcher?style=flat-square)](https://goreportcard.com/report/github.com/lana/go-dispatcher)
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://github.com/lana/go-dispatcher/blob/master/LICENSE)

A simple event dispatcher made in Go.

## Install

Use go get.
```sh
$ go get github.com/vsmoraes/go-dispatcher
$ go get github.com/lana/go-dispatcher
```

Then import the package into your own code:
```
import "github.com/vsmoraes/go-dispacher"
import "github.com/lana/go-dispacher"
```

## Usage
Expand All @@ -28,7 +28,7 @@ import (
"context"
"log"

"github.com/vsmoraes/go-dispatcher"
"github.com/lana/go-dispatcher"
)

type User struct {
Expand Down Expand Up @@ -66,4 +66,4 @@ func main() {

## License

This project is released under the MIT licence. See [LICENSE](https://github.com/vsmoraes/go-dispatcher/blob/master/LICENSE) for more details.
This project is released under the MIT licence. See [LICENSE](https://github.com/lana/go-dispatcher/blob/master/LICENSE) for more details.
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/vsmoraes/go-dispatcher
module github.com/lana/go-dispatcher

go 1.13

0 comments on commit 0cd982b

Please sign in to comment.