From d1314502bc8ebe7618076f64fdb314b9916fd0a3 Mon Sep 17 00:00:00 2001 From: Nicolas-ggd Date: Sat, 14 Dec 2024 23:41:19 +0400 Subject: [PATCH] update README doc with badges --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 452bfd9..b5a9620 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +[![Go Report Card](https://goreportcard.com/badge/github.com/Nicolas-ggd/filestream)](https://goreportcard.com/report/github.com/Nicolas-ggd/filestream) +![Go Version](https://img.shields.io/github/go-mod/go-version/Nicolas-ggd/filestream) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FNicolas-ggd%2Ffilestream.svg?type=shield&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2FNicolas-ggd%2Ffilestream?ref=badge_shield&issueType=license) +![License](https://img.shields.io/github/license/Nicolas-ggd/filestream) +![Issues Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat) +![Version](https://img.shields.io/github/v/release/Nicolas-ggd/filestream) + # FileStream: Event-Driven File Upload Engine FileStream is an open-source project, which is aim to gain more experience in golang, the purpose of this project is to build robust file upload systems that are efficient, resumable, and ready for real-time integrations.