An open API service indexing awesome lists of open source software.

https://github.com/rb-go/go-amqp-sender

simple library for task sending into amqp
https://github.com/rb-go/go-amqp-sender

Last synced: 3 months ago
JSON representation

simple library for task sending into amqp

Awesome Lists containing this project

README

        

# amqp-sender
simple library for task sending into amqp

[Website](https://www.riftbit.com) | [Contributing](https://www.riftbit.com/How-to-Contribute)

[![license](https://img.shields.io/github/license/riftbit/go-amqp-sender.svg)](LICENSE)
[![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/github.com/riftbit/go-amqp-sender)
[![Coverage Status](https://coveralls.io/repos/github/riftbit/go-amqp-sender/badge.svg?branch=master)](https://coveralls.io/github/riftbit/go-amqp-sender?branch=master)
[![Build Status](https://travis-ci.org/riftbit/go-amqp-sender.svg?branch=master)](https://travis-ci.org/riftbit/go-amqp-sender)
[![Go Report Card](https://goreportcard.com/badge/github.com/riftbit/go-amqp-sender)](https://goreportcard.com/report/github.com/riftbit/go-amqp-sender)
[![Release](https://img.shields.io/badge/release-v1.0.0-blue.svg?style=flat)](https://github.com/riftbit/go-amqp-sender/releases)

## Installation

```
go get -u github.com/rb-pkg/amqp-sender
```

## Usage
This is a minimal example.

```go
in dev
```