streaming

Media streaming and broadcast systems in Go
Log | Files | Refs | README | LICENSE

commit b80fe72bf0cda6e47989801e6e86bb43a03bb2d7
parent c09ddbced03b4d97e812871bcfe48b196390f3b3
Author: Oliver Lowe <o@olowe.co>
Date:   Sat,  7 Sep 2024 14:53:42 +1000

Advertise zero dependencies

Because it’s a distinguishing feature of the project!
Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,5 @@ [![pkgsite](https://pkg.go.dev/badge/github.com/untangledco/streaming)](https://pkg.go.dev/github.com/untangledco/streaming) +[![0 dependencies!](https://0dependencies.dev/0dependencies.svg)](https://0dependencies.dev) This repository contains packages for developing media streaming systems in Go. Watch it being developed live!