Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# go-peertaskqueue

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
[![GoDoc](https://pkg.go.dev/badge/github.com/ipfs/go-peertaskqueue)](https://pkg.go.dev/github.com/ipfs/go-peertaskqueue)
[![Build Status](https://img.shields.io/github/actions/workflow/status/ipfs/go-peertaskqueue/go-test.yml?branch=master)](https://github.com/ipfs/go-peertaskqueue/actions)

> go-peertaskqueue implements a prioritized list of tasks to be executed on peers.

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)

## Install

`go-peertaskqueue` works like a regular Go module:

```
> go get github.com/ipfs/go-peertaskqueue
```

## Usage

```
import "github.com/ipfs/go-peertaskqueue"
```

Check the [GoDoc documentation](https://pkg.go.dev/github.com/ipfs/go-peertaskqueue)

## Contribute

PRs accepted.

This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).

## License

MIT © Protocol Labs, Inc.