streaming

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

commit a6df7e0a96d17f16d8bdd41dea688ef7f6d1a943
parent 60477083f6a072f03697146e9e4db0ab30f21949
Author: Oliver Lowe <o@olowe.co>
Date:   Wed, 17 Jul 2024 14:03:08 +1000

cmd/demo: finally an application?

Diffstat:
Acmd/demo/demo.go | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/cmd/demo/demo.go b/cmd/demo/demo.go @@ -0,0 +1,2 @@ +// Command demo serves... +package main