streaming

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

commit 15e217461acc59522f43002bbd5233d88d0ba10f
parent 34d647b964d037705c244de67dc552c4ce4615ca
Author: Oliver Lowe <o@olowe.co>
Date:   Sat, 24 Aug 2024 16:55:08 +1000

delete dummy ptp package

We can create it when we want to create it. Think this was
accidentally added by me, sorry!

Diffstat:
Dptp/ptp.go | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/ptp/ptp.go b/ptp/ptp.go @@ -1,3 +0,0 @@ -// Package ptp implements the Precision Time Protocol -// as specified in IEEE 1588. -package ptp