From 827e6c3f729f4d5c8d27bcaf68ffaea33a5f6a36 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Wed, 23 Feb 2022 16:29:21 +0100 Subject: [PATCH] Add fork details to README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9525d58..06404f9 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ These bindings allow decoding and encoding of [FLAC](https://xiph.org/flac/) format audio data from [Go](http://golang.org/) using the [libFLAC](https://xiph.org/flac/api/) library. -[![Build Status](https://travis-ci.org/cocoonlife/goflac.svg)](https://travis-ci.org/cocoonlife/goflac) +Fork of [github.com/cocoonlife/goflac](https://github.com/cocoonlife/goflac) with go.mod and API additions. -[![Coverage Status](https://coveralls.io/repos/cocoonlife/goflac/badge.svg?branch=master&service=github)](https://coveralls.io/github/cocoonlife/goflac?branch=master) +[![Build Status](https://ci.gammaspectra.live/api/badges/S.O.N.G/goflac/status.svg)](https://ci.gammaspectra.live/S.O.N.G/goflac) ### Installation - go get github.com/cocoonlife/goflac + go get git.gammaspectra.live/S.O.N.G/goflac ### Status The code has support for decoding and encoding with various parameters -however it is only quite lightly tested so it is likely that bugs remain. +however it is only quite lightly tested, so it is likely that bugs remain.