From 6f62ded0474fc65860386ed8869ae81041d9c3af Mon Sep 17 00:00:00 2001 From: Leon Ziyang Zhang Date: Mon, 26 Jul 2021 18:52:25 +0000 Subject: [PATCH] Update Readme and add description for the fork. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a4bb752..b2482be 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # go-diskqueue +This is a fork of https://github.com/nsqio/go-diskqueue with the additional support of total disk space limit. + [![Build Status](https://travis-ci.com/kev1n80/go-diskqueue.svg?branch=master)](https://travis-ci.com/github/kev1n80/go-diskqueue) [![Go Reference](https://pkg.go.dev/badge/github.com/kev1n80/go-diskqueue.svg)](https://pkg.go.dev/github.com/kev1n80/go-diskqueue) [![GitHub release](https://img.shields.io/github/release/kev1n80/go-diskqueue.svg)](https://github.com/kev1n80/go-diskqueue/releases/latest) A Go package providing a filesystem-backed FIFO queue