From dee0eedeb3e48b1a8dae4b951f9ea2228947c8ab Mon Sep 17 00:00:00 2001 From: Kalyn <65800415+kalyncoose@users.noreply.github.com> Date: Fri, 7 Mar 2025 23:02:33 -0700 Subject: [PATCH] Add working Go Docs and Report Card badges to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1996de..77a716e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # ffmpeg-go +[![Go Reference](https://pkg.go.dev/badge/github.com/u2takey/ffmpeg-go.svg)](https://pkg.go.dev/github.com/u2takey/ffmpeg-go) [![Go Report Card](https://goreportcard.com/badge/github.com/u2takey/ffmpeg-go)](https://goreportcard.com/report/github.com/u2takey/ffmpeg-go) ffmpeg-go is golang port of https://github.com/kkroening/ffmpeg-python