Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobles authored Jan 20, 2018
1 parent c3bcdfd commit 77a28a7
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@

Golang lib for RabbitMQ Connecting, Consuming, and Publishing. Needs a great deal of refining, but it's quick & dirty and gets the job done for my current project. WIll definitely refactor in the near future.

## Status

Currently on hold. I use this lib for several personal projects so all should be working as intended.

## Goals

* [ ] Unit Tests
* [ ] main.go
* [ ] channel.go
* [ ] producer.go
* [ ] queue.go
* [ ] exchange.go

## Usage

### Sample Producer
```go
Expand Down Expand Up @@ -49,7 +62,3 @@ func main() {
}
}
```
### TODO
- tests
- documentation
- cleanup

0 comments on commit 77a28a7

Please sign in to comment.